mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
Fixed a bug where you could ride horses without any tack.
This commit is contained in:
parent
3be40efc5e
commit
435ca1b17c
5 changed files with 11 additions and 1 deletions
|
@ -153,7 +153,7 @@ namespace HISP.Game.Horse
|
|||
private int getOffsetFrom(Item.ItemInformation tackPeice)
|
||||
{
|
||||
int offsetBy = 0;
|
||||
foreach (Item.Effects effect in baseHorse.Equipment.Bridle.Effects)
|
||||
foreach (Item.Effects effect in tackPeice.Effects)
|
||||
{
|
||||
string effects = effect.EffectsWhat;
|
||||
switch (effects)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue