Prevent traps from showing.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18691 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
9d76a9c090
commit
1f625a1c90
|
@ -5,6 +5,8 @@ whoami=Crossfire.WhoAmI()
|
|||
activatorname=activator.Name
|
||||
mymap = activator.Map
|
||||
|
||||
Crossfire.SetReturnValue(1)
|
||||
|
||||
def find_player(object):
|
||||
while (object.Type != 1) : #1 is type 'Player'
|
||||
object = object.Above
|
||||
|
|
Loading…
Reference in New Issue