Skip to content

Commit

Permalink
Add attacks to tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
tonihele committed Oct 19, 2024
1 parent 4582e16 commit 7934547
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/toniarts/openkeeper/view/text/CreatureTextParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ private static String getStatusText(Entity entity, CreatureAi creatureAi,
case FLEE: {
return Utils.getMainTextResourceBundle().getString("2658");
}
case MELEE_ATTACK:
case CAST_SPELL:
case FIGHT: {
return Utils.getMainTextResourceBundle().getString("2651");
}
Expand Down

0 comments on commit 7934547

Please sign in to comment.