[wpdev-commits] xmlscripts/scripts/system hunger.py,1.1,1.2
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-07-12 16:06:43
|
Update of /cvsroot/wpdev/xmlscripts/scripts/system In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16605/system Modified Files: hunger.py Log Message: Fix Index: hunger.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/hunger.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** hunger.py 12 Jul 2004 00:48:54 -0000 1.1 --- hunger.py 12 Jul 2004 16:06:27 -0000 1.2 *************** *** 12,16 **** player.update() player.socket.sysmessage( "Your stomach hurts from the lack of food..." ) ! return True ! else: ! return False --- 12,15 ---- player.update() player.socket.sysmessage( "Your stomach hurts from the lack of food..." ) ! ! return False |