Prevent traps from showing.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18691 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2013-04-28 17:17:03 +00:00
parent 9d76a9c090
commit 1f625a1c90
1 changed files with 2 additions and 0 deletions

View File

@ -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