From e8d4635b96a940e0dedaa2526f908ec65b6685a4 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Sun, 24 Oct 2021 20:06:31 -0400 Subject: [PATCH] Fix crashing when too many horses in inventory --- gamedata.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gamedata.json b/gamedata.json index 0278290..d1de299 100644 --- a/gamedata.json +++ b/gamedata.json @@ -771,7 +771,6 @@ "horse_timer":"You have 60 seconds to capture the horse. Good luck!", "horse_escaped":"The Horse Evaded Capture.", "horse_caught":"You Captured the Horse!", - "horse_cannot_catch_max":"You have reached your maximum number of horses. Build a barn on a ranch to have more!", "horse_escaped_anyway":"Your lasso must have slipped?! The horse still got away!!", "too_many_horses":"You cannot manage any more horses.", "horses_menu":"^ATYour Horses^HYou can have up to %MAXHORSE% horses. Here are your %TOTALHORSE%:
", @@ -886,8 +885,10 @@ "height_range":"
Average Height Range: %MIN%-%MAX% hands
", "possible_colors":"
Possible Colors: %COLORS%
", "release_horse":"^D8|RELEASE %TYPE%^R1", - "other_horses":"^LOther Horses Owned:^R1" + "other_horses":"^LOther Horses Owned:^R1", + "horse_cannot_catch_max":"You have reached your maximum number of horses. Build a barn on a ranch to have more!" + }, "tack_menu":{ "tacked_as_follows":"%NAME% is currently tacked as follows:
",