Fixed a bug where you could ride horses without any tack.

This commit is contained in:
SilicaPi 2021-02-02 18:55:53 +13:00
parent 3be40efc5e
commit 435ca1b17c
5 changed files with 11 additions and 1 deletions

View file

@ -236,6 +236,7 @@ namespace HISP.Game
public static string HorseTrainableInFormat;
public static string HorseIsTrainable;
public static string HorseCannotMountUntilTackedMessage;
public static string HorseMountButtonFormat;
public static string HorseDisMountButtonFormat;
public static string HorseFeedButtonFormat;