Update of /cvsroot/wpdev/xmlscripts/scripts/system
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28840/scripts/system
Modified Files:
hunger.py
Log Message:
fixed typo
Index: hunger.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/hunger.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** hunger.py 17 Oct 2004 15:52:54 -0000 1.7
--- hunger.py 17 Oct 2004 20:04:42 -0000 1.8
***************
*** 25,28 ****
player.damage( 3, random.randint( 0, hungerdamage ) )
player.socket.sysmessage( tr("Your stomach hurts from the lack of food...") )
! playet.settag('lasthunger', wolfpack.time.minutes())
return False
--- 25,28 ----
player.damage( 3, random.randint( 0, hungerdamage ) )
player.socket.sysmessage( tr("Your stomach hurts from the lack of food...") )
! player.settag('lasthunger', wolfpack.time.minutes())
return False
|