mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
Fix llamas and camel speciic stuff
This commit is contained in:
parent
177122cd83
commit
14f9a5b379
7 changed files with 93 additions and 75 deletions
|
@ -103,6 +103,8 @@ namespace HISP.Game.Items
|
|||
toMuch = true;
|
||||
user.Hunger += effect.EffectAmount;
|
||||
break;
|
||||
case "MOOD":
|
||||
break;
|
||||
default:
|
||||
Logger.ErrorPrint("Unknown effect: " + effect.EffectsWhat);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue