Update of /cvsroot/wpdev/xmlscripts/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27237/scripts
Modified Files:
ore.py
Log Message:
Slight tweaks, updates, syncs, etc.
Split the lumberjacking code from weapons.blades to skills.lumberjacking.
Later today I'll work on the rest of the potions.
Index: ore.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/ore.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ore.py 25 Jan 2004 01:26:00 -0000 1.2
--- ore.py 26 Jan 2004 13:48:49 -0000 1.3
***************
*** 310,314 ****
socket.sysmessage( message, GRAY )
! char.soundeffect( 0x2a )
return OK
--- 310,314 ----
socket.sysmessage( message, GRAY )
! char.soundeffect( SOUND_HAMMER_1 )
return OK
|