Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DoesHoverIgnoresFatigue()

bool Terraria.Mount.DoesHoverIgnoresFatigue ( )
inlineprivate

Definition at line 2994 of file Mount.cs.

2995 {
2996 if (_type != 7 && _type != 8 && _type != 12 && _type != 23 && _type != 44)
2997 {
2998 return _type == 49;
2999 }
3000 return true;
3001 }

References Terraria.Mount._type.

Referenced by Terraria.Mount.Hover(), and Terraria.Mount.TryBeginningFlight().