Fixing python indentation
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18698 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
beb58156f7
commit
5313de3438
|
@ -32,7 +32,6 @@ if (Approved != 'Access granted'):
|
|||
if (ActionRequired == "A"):
|
||||
activator.Teleport(Crossfire.ReadyMap('/scorn/misc/jail'),int(15),random.choice([1,3,5,9,11]))
|
||||
elif (ActionRequired == "D"):
|
||||
|
||||
x4=random.randint(21, 23)
|
||||
y4=random.randint(22,24)
|
||||
Corpse = activator.Map.ObjectAt(int (21), int (0))
|
||||
|
@ -49,12 +48,10 @@ if (Approved != 'Access granted'):
|
|||
#whoami.Say(str(Curse))
|
||||
Curse1.Applied = 1
|
||||
|
||||
|
||||
activator.Teleport(mymap,int(23),int(0))
|
||||
|
||||
|
||||
|
||||
|
||||
# whoami.Say('y')
|
||||
# whoami.Say(Approved)
|
||||
#activator.Teleport(mymap,int(x1),int(Y1))
|
||||
|
|
Loading…
Reference in New Issue