Combat log enhancements

Lists experience, gold, and item pickups from combat in the combat log.
This commit is contained in:
Nathan Watson
2020-07-19 22:11:11 -07:00
parent 5bc08762a9
commit 84d03a2945
3 changed files with 34 additions and 3 deletions

View File

@@ -91,6 +91,8 @@
<string name="combat_condition_monster_apply">%1$s is affected by %2$s.</string>
<string name="combat_condition_monster_clear">%1$s is cleared of %2$s.</string>
<string name="combat_condition_monster_immune">%1$s is now immunized against %2$s.</string>
<string name="combat_log_item_single">You found an item: </string>
<string name="combat_log_item_plural">You found %1$d items: </string>
<string name="inventory_info">Info</string>