Reduce guild arrest jail time
Submitted by: Jason Zheng git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@20498 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
7a718e6750
commit
6e482f80ea
|
@ -30,7 +30,7 @@ if activator == None or activator.Type != Crossfire.Type.PLAYER:
|
|||
|
||||
if (Approved != 'Access granted'):
|
||||
if (ActionRequired == "A"):
|
||||
activator.Teleport(Crossfire.ReadyMap('/scorn/misc/jail'),int(15),random.choice([1,3,5,9,11]))
|
||||
activator.Teleport(Crossfire.ReadyMap('/scorn/misc/jail'),int(15),random.choice([1,3]))
|
||||
elif (ActionRequired == "D"):
|
||||
x4=random.randint(21, 23)
|
||||
y4=random.randint(22,24)
|
||||
|
|
Loading…
Reference in New Issue