Skip to content

Commit

Permalink
WAGE: Show warning for missing functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Feb 14, 2016
1 parent 0ab0daa commit 42793da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/wage/combat.cpp
Expand Up @@ -333,6 +333,7 @@ bool WageEngine::attackHit(Chr *attacker, Chr *victim, Obj *weapon, int targetIn

if (causesSpiritualDamage) {
/* TODO */
warning("TODO: Spiritual damage");
}

if (freezesOpponent) {
Expand Down

0 comments on commit 42793da

Please sign in to comment.