Update of /cvsroot/wpdev/xmlscripts/scripts/commands
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3311/commands
Modified Files:
kill.py
Log Message:
Bah, I feel like I've been rushed a lot
Index: kill.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/kill.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** kill.py 9 Jul 2004 21:08:36 -0000 1.2
--- kill.py 15 Jul 2004 22:07:51 -0000 1.3
***************
*** 24,27 ****
--- 24,28 ----
def dokill( char, args, target ):
+ socket = char.socket
if target.char and not target.char.dead:
if target.char.invulnerable:
|