Home
last modified time | relevance | path

Searched refs:IsSumoWrestling (Results 1 – 5 of 5) sorted by relevance

/dports/games/ivan/ivan-059/Main/Source/
H A Dteam.cpp48 if(ID == PLAYER_TEAM && game::IsSumoWrestling()) in Hostility()
H A Dhuman.cpp5471 if(game::IsSumoWrestling() && !(RAND() % 10)) in GetAICommand()
H A Dgame.cpp6288 if(IsSumoWrestling()) in TryToExitSumoArena()
H A Dchar.cpp2604 if(game::IsSumoWrestling() && IsDead()) in CheckDeath()
/dports/games/ivan/ivan-059/Main/Include/
H A Dgame.h445 static truth IsSumoWrestling() { return SumoWrestling; } in IsSumoWrestling() function