Added Run EventType. exitBattle boolean is now in the EventType schema. If exitBatt...
commitd1ad5f557ef18c9e46d0d3f1f7ab59c46850ce85
authorrustushki <rustushki>
Sun, 28 Jan 2007 07:25:33 +0000 (28 07:25 +0000)
committerrustushki <rustushki>
Sun, 28 Jan 2007 07:25:33 +0000 (28 07:25 +0000)
tree1baea06096d08324d86be7e28346b7dde39eee77
parentb71febbb5f5a2530bb5a6e5903c5f9cfee808107
Added Run EventType.  exitBattle boolean is now in the EventType schema.  If exitBattle is set, the battle should end at the end of the current turn.  Also, remaining tabbing problems from Revision 149 were cleaned up.
23 files changed:
Makefile
battle.py
consolecontroller.py
data/eventtypes/attack.xml
data/eventtypes/chokeout.xml
data/eventtypes/cure1.xml
data/eventtypes/defend.xml
data/eventtypes/fire1.xml
data/eventtypes/fog.xml
data/eventtypes/fright.xml
data/eventtypes/harm.xml
data/eventtypes/heal.xml
data/eventtypes/ice1.xml
data/eventtypes/life.xml
data/eventtypes/lit1.xml
data/eventtypes/poison.xml
data/eventtypes/rabies.xml
data/eventtypes/run.xml [moved from data/eventtypes/quit.xml with 64% similarity]
data/eventtypes/sleep.xml
event.py
eventtype.py
fighter.py
transaction.py