| 1117 | } |
| 1118 | |
| 1119 | List<PersistentStatusEffect> Object::statusEffects() const { |
| 1120 | return m_config->statusEffects; |
| 1121 | } |
| 1122 | |
| 1123 | PolyF Object::statusEffectArea() const { |
| 1124 | if (auto orientation = currentOrientation()) { |
no outgoing calls
no test coverage detected