[wpdev-commits] xmlscripts/scripts/magic circle8.py,1.13,1.14
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-07 00:31:19
|
Update of /cvsroot/wpdev/xmlscripts/scripts/magic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25966/magic Modified Files: circle8.py Log Message: Resurrection fix + fame/karma for monsters. Fix for potion kegs and equipment. Index: circle8.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/circle8.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** circle8.py 25 Aug 2004 17:03:05 -0000 1.13 --- circle8.py 7 Sep 2004 00:31:05 -0000 1.14 *************** *** 84,87 **** --- 84,88 ---- self.mantra = 'An Corp' self.validtarget = TARGET_CHAR + self.affectdead = True def target(self, char, mode, targettype, target, args, item): |