MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / resetKoTurns

Method resetKoTurns

source/entities/Creature.cpp:3069–3073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3067}
3068
3069void Creature::resetKoTurns()
3070{
3071 mKoTurnCounter = 0;
3072 mNeedFireRefresh = true;
3073}
3074
3075void Creature::setInJail(Room* prison)
3076{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected