Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9458/wolfpack
Modified Files:
weaponinfo.py
Log Message:
animation translation fix
#0000355
Index: weaponinfo.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/weaponinfo.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** weaponinfo.py 9 Oct 2004 23:31:03 -0000 1.11
--- weaponinfo.py 16 Oct 2004 13:51:54 -0000 1.12
***************
*** 172,177 ****
'f5e': {
SWING: [ 0x9 ],
! HITSOUND: [0x23b, 0x23c, 0x237],
! MISSSOUND: [ 0x23a, 0x238, 0x239 ]
},
# Butcher Knife
--- 172,177 ----
'f5e': {
SWING: [ 0x9 ],
! HITSOUND: [0x237],
! MISSSOUND: [0x23a]
},
# Butcher Knife
|