From adeee4828ce8cfa67dd21412807fb18a2602afc5 Mon Sep 17 00:00:00 2001 From: Rahul Raman Date: Tue, 15 Jan 2019 05:11:36 +0530 Subject: [PATCH] Update snowyPowerup.py Removed visual notification of more than 3 portals being used. --- mods/snowyPowerup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mods/snowyPowerup.py b/mods/snowyPowerup.py index 491f657..44812d9 100644 --- a/mods/snowyPowerup.py +++ b/mods/snowyPowerup.py @@ -193,8 +193,6 @@ def handleMessage(self,m): Portal.lastpos.append(m) self.port = Portal.Portal(position1 = self.node.position,r = 0.9,color = (random.random(),random.random(),random.random()),activity = bs.getActivity()) bs.gameTimer(t,bs.Call(self.delpor)) - else : - bs.screenMessage('Only '+str(Portal.maxportals)+' pairs of portals are allowed at a time.') self._powersGiven = True self.handleMessage(bs.DieMessage()) else: