Skip to content

Commit

Permalink
add forgotten poison translation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpw1991 committed Jul 23, 2023
1 parent 259972e commit 8a625a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChebsNecromancy/Items/Wands/SkeletonWand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ public override bool HandleInputs()
MinionOption.Miner => "$chebgonaz_miniontype_miner",
MinionOption.Woodcutter => "$chebgonaz_miniontype_woodcutter",
MinionOption.Warrior => "$chebgonaz_miniontype_warrior",
MinionOption.Poison => "$chebgonaz_miniontype_poison",
_ => "Error"
});
_createMinionButtonText.text = $"{createLocalized} {minionLocalized}";
Expand Down Expand Up @@ -278,6 +279,7 @@ public override bool HandleInputs()
MinionOption.Miner => "$chebgonaz_miniontype_miner",
MinionOption.Woodcutter => "$chebgonaz_miniontype_woodcutter",
MinionOption.Warrior => "$chebgonaz_miniontype_warrior",
MinionOption.Poison => "$chebgonaz_miniontype_poison",
_ => "Error"
});
_createMinionButtonText.text = $"{createLocalized} {minionLocalized}";
Expand Down

0 comments on commit 8a625a2

Please sign in to comment.