Update of /cvsroot/wpdev/xmlscripts/scripts/magic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16374/magic
Modified Files:
circle5.py
Log Message:
fix-fix-fix
Index: circle5.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/circle5.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** circle5.py 9 Sep 2004 17:28:11 -0000 1.22
--- circle5.py 10 Sep 2004 16:48:42 -0000 1.23
***************
*** 33,36 ****
--- 33,37 ----
spirits = wolfpack.addnpc('summoned_blade_spirit', target)
+ spirits.addscript('speech.pets') # Not for the owner but for GMs
spirits.owner = char
spirits.summontime = wolfpack.time.servertime() + 120000
|