[wpdev-commits] xmlscripts/scripts equipment.py,1.48,1.49
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-29 06:23:47
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21785 Modified Files: equipment.py Log Message: fix Index: equipment.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/equipment.py,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** equipment.py 28 Oct 2004 16:04:40 -0000 1.48 --- equipment.py 29 Oct 2004 06:23:18 -0000 1.49 *************** *** 667,671 **** # Try to equip an item after calling onWearItem for it def onUse(player, item): ! if not char.gm and item.movable == 3: player.objectdelay = 0 return True --- 667,671 ---- # Try to equip an item after calling onWearItem for it def onUse(player, item): ! if not player.gm and item.movable == 3: player.objectdelay = 0 return True |