diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-18 20:03:06 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-18 20:03:06 +1000 |
commit | b51e174bdc158187fc110dc4a947946d3dc329c1 (patch) | |
tree | c1a61ba9edaa5ff0628f4275d16392ca12ddd4dd /source/game/StarHumanoid.hpp | |
parent | ab03c224dd154a4cce9cf60e20bb166e57f33d01 (diff) |
Item drops inherit player velocity, other stuff
Diffstat (limited to 'source/game/StarHumanoid.hpp')
-rw-r--r-- | source/game/StarHumanoid.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarHumanoid.hpp b/source/game/StarHumanoid.hpp index 6ee5cfd..e296b32 100644 --- a/source/game/StarHumanoid.hpp +++ b/source/game/StarHumanoid.hpp @@ -169,6 +169,7 @@ public: State state() const; HumanoidEmote emoteState() const; Maybe<String> dance() const; + bool danceCyclicOrEnded() const; Direction facingDirection() const; bool movingBackwards() const; |