| 1043 | } |
| 1044 | |
| 1045 | float Npc::powerMultiplier() const { |
| 1046 | return m_statusController->stat("powerMultiplier"); |
| 1047 | } |
| 1048 | |
| 1049 | bool Npc::fullEnergy() const { |
| 1050 | return *m_statusController->resourcePercentage("energy") >= 1.0; |
no test coverage detected