Home
last modified time | relevance | path

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

/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dcheat.h84 bool in_god_mode() const { in in_god_mode() function
H A Dactors.cc2430 cheat.in_god_mode() && val < properties[prop]) in set_property()
2730 if (is_dead() || (cheat.in_god_mode() && ((party_id != -1) || (npc_num == 0)))) in reduce_health()
3813 if (were_party && cheat.in_god_mode()) in figure_hit_points()
3818 bool instant_death = (cheat.in_god_mode() && theyre_party); in figure_hit_points()
H A Dcombat.cc1078 if (cheat.in_god_mode()) in attack_target()
H A Dcheat_screen.cc690 snprintf(buf, 512, "[G]od Mode....: %3s", cheat.in_god_mode() ? "On" : "Off"); in NormalMenu()
H A Dgamewin.cc3013 if (!cheat.in_god_mode()) in is_hostile_nearby()