Update of /cvsroot/wpdev/xmlscripts/scripts/system
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31896/system
Modified Files:
craftmenu.py makemenus.py
Log Message:
Rest of the .magic cleanups
Index: makemenus.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/makemenus.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** makemenus.py 2 Jul 2004 13:40:46 -0000 1.24
--- makemenus.py 21 Jul 2004 14:20:42 -0000 1.25
***************
*** 480,484 ****
item = wolfpack.additem(self.definition)
item.decay = 1 # Should always decay
! item.magic = 1 # Should always be movable
if self.amount > 0:
--- 480,484 ----
item = wolfpack.additem(self.definition)
item.decay = 1 # Should always decay
! item.movable = 1 # Should always be movable
if self.amount > 0:
Index: craftmenu.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/craftmenu.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** craftmenu.py 16 Jul 2004 19:28:31 -0000 1.2
--- craftmenu.py 21 Jul 2004 14:20:42 -0000 1.3
***************
*** 463,467 ****
item = wolfpack.additem(self.definition)
item.decay = 1 # Should always decay
! item.magic = 1 # Should always be movable
if self.amount > 0:
--- 463,467 ----
item = wolfpack.additem(self.definition)
item.decay = 1 # Should always decay
! item.movable = 1 # Should always be movable
if self.amount > 0:
|