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