[wpdev-commits] xmlscripts/scripts food.py,1.10,1.11 potionkeg.py,1.10,1.11
Brought to you by:
rip,
thiagocorrea
From: Correa <thi...@us...> - 2004-07-19 23:22:24
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15474 Modified Files: food.py potionkeg.py Log Message: item.magic is now item.movable Index: food.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/food.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** food.py 12 Jul 2004 21:06:29 -0000 1.10 --- food.py 19 Jul 2004 23:22:15 -0000 1.11 *************** *** 94,98 **** char.events = ['food'] + char.events char.say( "*nibbles*" ) ! item.magic = 3 item.update() return True --- 94,98 ---- char.events = ['food'] + char.events char.say( "*nibbles*" ) ! item.movable = 3 item.update() return True Index: potionkeg.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/potionkeg.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** potionkeg.py 16 Jul 2004 07:09:26 -0000 1.10 --- potionkeg.py 19 Jul 2004 23:22:15 -0000 1.11 *************** *** 95,99 **** return False newpot.decay = 1 ! newpot.magic = 1 socket.clilocmessage( 502242 ) # You pour some of the keg's contents into an empty bottle... socket.clilocmessage( 502243 ) # ...and place it into your backpack. --- 95,99 ---- return False newpot.decay = 1 ! newpot.movable = 1 socket.clilocmessage( 502242 ) # You pour some of the keg's contents into an empty bottle... socket.clilocmessage( 502243 ) # ...and place it into your backpack. |