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-b93c2d0d6712
master
partmedia 2017-08-15 23:41:45 +00:00
parent 7a718e6750
commit 6e482f80ea
1 changed files with 1 additions and 1 deletions

View File

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