From 5e7eb21fafa121bdcbfd9d82074a025dfee42c03 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Sun, 6 Nov 2011 21:28:56 +0000 Subject: [PATCH] Clean script. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@15543 282e977c-c81d-0410-88c4-b93c2d0d6712 --- python/guilds/bigchest.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/python/guilds/bigchest.py b/python/guilds/bigchest.py index c1537aa9b..d14bc4eed 100644 --- a/python/guilds/bigchest.py +++ b/python/guilds/bigchest.py @@ -17,10 +17,7 @@ def GetForce(Target): return Target else: Target=Target.Below -if activator.Name=="shrike": - Target=activator.CheckInventory("skill_praying") - if Target.Title=="Sorig": - Target.quantity=0 + if whoami.Name=="Big Chest": myPath=mymap.Path Target=activator.CheckInventory("BigChest")