| 242 | } |
| 243 | |
| 244 | int Agent::getReactionValue() const |
| 245 | { |
| 246 | return modified_stats.reactions * modified_stats.time_units / current_stats.time_units; |
| 247 | } |
| 248 | |
| 249 | int Agent::getTULimit(int reactionValue) const |
| 250 | { |
no outgoing calls
no test coverage detected