| 325 | } |
| 326 | |
| 327 | void StatusController::clearEphemeralEffects() { |
| 328 | for (auto const& key : m_uniqueEffects.keys()) |
| 329 | removeEphemeralEffect(key); |
| 330 | } |
| 331 | |
| 332 | bool StatusController::appliesEnvironmentStatusEffects() const { |
| 333 | return m_appliesEnvironmentStatusEffects; |