From 6e482f80ea0abc0ea0e7b3cd3f3f4dcaf08d7c25 Mon Sep 17 00:00:00 2001 From: partmedia Date: Tue, 15 Aug 2017 23:41:45 +0000 Subject: [PATCH] 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 --- python/guilds/arrest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/guilds/arrest.py b/python/guilds/arrest.py index e47a990b3..7b2449611 100644 --- a/python/guilds/arrest.py +++ b/python/guilds/arrest.py @@ -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)