Update of /cvsroot/wpdev/xmlscripts/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11791
Modified Files:
equipment.py
Log Message:
fix for bug #0000263
Index: equipment.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/equipment.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** equipment.py 31 Aug 2004 01:48:43 -0000 1.31
--- equipment.py 3 Sep 2004 01:31:04 -0000 1.32
***************
*** 163,166 ****
--- 163,171 ----
if energy:
tooltip.add(1060407, str(energy))
+
+ # Spell Channeling
+ spellchanneling = properties.fromitem(object, SPELLCHANNELING)
+ if spellchanneling != 0:
+ tooltip.add(1060482, "")
fire = properties.fromitem(object, RESISTANCE_FIRE)
|