Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/items/StarArmors.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/items/StarArmors.hpp')
-rw-r--r--source/game/items/StarArmors.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/game/items/StarArmors.hpp b/source/game/items/StarArmors.hpp
index 19847c7..a347ea9 100644
--- a/source/game/items/StarArmors.hpp
+++ b/source/game/items/StarArmors.hpp
@@ -29,9 +29,11 @@ public:
virtual void fire(FireMode mode, bool shifting, bool edgeTriggered) override;
virtual void fireTriggered() override;
+
List<String> const& colorOptions();
- Directives const& directives() const;
+ Directives const& directives(bool flip = false) const;
+ bool flipping() const;
bool hideBody() const;
@@ -45,6 +47,7 @@ private:
List<PersistentStatusEffect> m_statusEffects;
StringSet m_effectSources;
Directives m_directives;
+ Maybe<Directives> m_flipDirectives;
bool m_hideBody;
Maybe<String> m_techModule;
};