Update of /cvsroot/wpdev/xmlscripts/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23604/scripts
Modified Files:
archery_butte.py training_dummy.py
Log Message:
Chars will now get revealed when using training dummy or archery butte.
Index: training_dummy.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/training_dummy.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** training_dummy.py 11 Jul 2004 02:47:25 -0000 1.5
--- training_dummy.py 18 Oct 2004 22:22:20 -0000 1.6
***************
*** 55,58 ****
--- 55,61 ----
return True
+ # We'll get revealed if successfully punching the dummy
+ char.reveal()
+
# This increases the users skill
char.checkskill( skill, 0, 1000 )
Index: archery_butte.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/archery_butte.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** archery_butte.py 15 Oct 2004 15:01:16 -0000 1.13
--- archery_butte.py 18 Oct 2004 22:22:20 -0000 1.14
***************
*** 134,137 ****
--- 134,140 ----
return True
+ #reveal the char if an array is fired
+ char.reveal()
+
char.movingeffect( movingeff, item, 1, 1, 1, 0, 1 )
|