From 8a625a2ad4a77f2a669ff11a018f6d7b0e02bd63 Mon Sep 17 00:00:00 2001 From: Joshua Paul Woods Date: Sun, 23 Jul 2023 09:01:19 -0700 Subject: [PATCH] add forgotten poison translation --- ChebsNecromancy/Items/Wands/SkeletonWand.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChebsNecromancy/Items/Wands/SkeletonWand.cs b/ChebsNecromancy/Items/Wands/SkeletonWand.cs index b8ba2a6..992505d 100644 --- a/ChebsNecromancy/Items/Wands/SkeletonWand.cs +++ b/ChebsNecromancy/Items/Wands/SkeletonWand.cs @@ -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}"; @@ -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}";