[wpdev-commits] xmlscripts/scripts bandages.py,1.2,1.3
Brought to you by:
rip,
thiagocorrea
|
From: <dar...@us...> - 2003-09-15 16:49:50
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv7754 Modified Files: bandages.py Log Message: Bugfixes Index: bandages.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/bandages.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bandages.py 15 Sep 2003 12:00:44 -0000 1.2 --- bandages.py 15 Sep 2003 16:49:20 -0000 1.3 *************** *** 113,117 **** return ! else: char.message( 'You have to target either a corpse or a creature.' ) return --- 113,117 ---- return ! elif not target.char: char.message( 'You have to target either a corpse or a creature.' ) return |