Changeset 50 for pycodebattler/trunk/pycodebattler/battle.py
- Timestamp:
- 12/15/10 00:46:19 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pycodebattler/trunk/pycodebattler/battle.py
r47 r50 85 85 tt = sk.selectable(attacker, self._warriors) 86 86 87 if sk.skilltype() == 'SuicideAttackType':87 if sk.skilltype() is pycodebattler.skill.SuicideAttackType: 88 88 damages = attacker.invoke(skname, tt, self._warriors) 89 89 return attacker, skname, damages
Note: See TracChangeset
for help on using the changeset viewer.