Remove evil 'print'.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14676 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
39a10aa4fd
commit
17c619135f
|
|
@ -125,7 +125,6 @@ elif Params=="PuddleDeath":
|
|||
|
||||
Fogs=int(whoami.Weight/1000)
|
||||
Fogs=max(Fogs,1)
|
||||
print Fogs
|
||||
a=whoami.Inventory
|
||||
while a !=None:
|
||||
a.Remove()
|
||||
|
|
|
|||
Loading…
Reference in New Issue