Skip to content

Commit

Permalink
Forgot a return
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimich committed Oct 11, 2023
1 parent dbd3246 commit 9ec054a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE/scripts/autoscend/combat/auto_combat_util.ash
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,8 @@ string banisherCombatString(phylum enemyphylum, location loc, boolean inCombat)
{
return "skill" + $skill[%fn\, Release the Patriotic Screech!];
}

return "";
}

string banisherCombatString(monster enemy, location loc, boolean inCombat)
Expand Down

0 comments on commit 9ec054a

Please sign in to comment.