Update of /cvsroot/wpdev/xmlscripts/scripts/system
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31189/system
Modified Files:
slayer.py
Log Message:
removed debug message
Index: slayer.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/slayer.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** slayer.py 6 Oct 2004 20:07:07 -0000 1.2
--- slayer.py 7 Oct 2004 14:39:34 -0000 1.3
***************
*** 14,19 ****
# Does this slayer slay the given npc?
def slays(self, npc):
- npc.say('CHECKING SLAYING: ' + str(self.npcs))
-
if not npc.hasstrproperty('slayer_group'):
return False
--- 14,17 ----
|