| 2229 | } |
| 2230 | |
| 2231 | float WorldServer::threatLevel() const { |
| 2232 | return m_worldTemplate->threatLevel(); |
| 2233 | } |
| 2234 | |
| 2235 | StringList WorldServer::environmentStatusEffects(Vec2F const& pos) const { |
| 2236 | return m_worldTemplate->environmentStatusEffects(floor(pos[0]), floor(pos[1])); |
no outgoing calls
no test coverage detected