Update of /cvsroot/wpdev/xmlscripts/scripts/commands
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31782
Modified Files:
decoration.py
Log Message:
fixed.
players can't move decoration items
Index: decoration.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/decoration.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** decoration.py 15 Jul 2004 02:23:18 -0000 1.4
--- decoration.py 19 Jul 2004 21:59:49 -0000 1.5
***************
*** 66,71 ****
map = int( atts.getValue("map") )
item.moveto( x, y, z, map )
item.update()
! item.decay = 0
--- 66,72 ----
map = int( atts.getValue("map") )
item.moveto( x, y, z, map )
+ item.magic = 3 # not moveable
item.update()
! item.decay = 0 # no decay
|