Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Commit

Permalink
Update snowyPowerup.py
Browse files Browse the repository at this point in the history
Removed visual notification of more than 3 portals being used.
  • Loading branch information
Rahul Raman authored Jan 14, 2019
1 parent a4a9cbe commit adeee48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mods/snowyPowerup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit adeee48

Please sign in to comment.