Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Dunit.cpp1865 const bool violate_max = effect["violate_maximum"].to_bool(); in apply_builtin_effect() local
1900 if(hit_points_ > max_hit_points_ && !violate_max) { in apply_builtin_effect()