v1.3.0: fixed a couple typos in badges

This commit is contained in:
Evan Debenham
2022-07-06 00:36:30 -04:00
parent d503696b46
commit 645b92af4d
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ badges$badge.death_from_enemy_magic.desc=Die to an enemy's magical attack
badges$badge.death_from_friendly_magic.title=Friendly Fire
badges$badge.death_from_friendly_magic.desc=Die to your own magical item
badges$badge.death_from_sacrifice.title=A Worthy Sacrifice
badges$badge.death_from_sacrifice.desc=Die while next to sacrifical fire
badges$badge.death_from_sacrifice.desc=Die while next to sacrificial fire
badges$badge.death_from_grim_trap.title=Deadly Misstep
badges$badge.death_from_grim_trap.desc=Die to a grim trap
badges$badge.death_from_all.title=Yet Another Sad Death

View File

@@ -97,7 +97,7 @@ public class Badges {
BOSS_SLAIN_3 ( 48 ),
ALL_POTIONS_IDENTIFIED ( 49 ),
ALL_SCROLLS_IDENTIFIED ( 50 ),
DEATH_FROM_ENEMY_MAGIC( 51 ),
DEATH_FROM_ENEMY_MAGIC ( 51 ),
DEATH_FROM_FRIENDLY_MAGIC ( 52 ),
DEATH_FROM_SACRIFICE ( 53 ),
BOSS_SLAIN_1_WARRIOR,