[wpdev-commits] xmlscripts/scripts/contextmenus petmenu.py,1.8,1.9
Brought to you by:
rip,
thiagocorrea
From: Klaus M. <nad...@us...> - 2004-09-19 16:20:35
|
Update of /cvsroot/wpdev/xmlscripts/scripts/contextmenus In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9677/scripts/contextmenus Modified Files: petmenu.py Log Message: pet speech fix/intendation fix Index: petmenu.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/contextmenus/petmenu.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** petmenu.py 9 Sep 2004 17:28:11 -0000 1.8 --- petmenu.py 19 Sep 2004 16:20:11 -0000 1.9 *************** *** 24,36 **** if tag == 1: # Command: Kill ! attack(char, target, 0) elif tag == 2: # Command: Follow ! follow(char, target, 0) elif tag == 5: # Command: Stay ! stop(char, target, 0) elif tag == 7: # Transfer ! transfer(char, target) elif tag == 8: # Release ! release(char, target) # Disabled for now --- 24,36 ---- if tag == 1: # Command: Kill ! attack(char, target, 0) elif tag == 2: # Command: Follow ! follow(char, target, 0) elif tag == 5: # Command: Stay ! stop(char, target, 0) elif tag == 7: # Transfer ! transfer(char, target) elif tag == 8: # Release ! release(char, target) # Disabled for now |