MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / updateModifiedStats

Method updateModifiedStats

game/state/shared/agent.cpp:821–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821void Agent::updateModifiedStats()
822{
823 int health = modified_stats.health;
824 modified_stats = current_stats;
825 modified_stats.health = health;
826 updateSpeed();
827}
828
829void Agent::updateIsBrainsucker()
830{

Callers 1

processExperienceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected