added god mode comment

actorid
mckibbenta 11 years ago
parent 3035675a26
commit 6bb6ba6372

@ -275,6 +275,7 @@ namespace MWMechanics
continue;
}
// If it's the player and God Mode is turned on, keep it alive
if(iter->first.getRefData().getHandle()=="player" && MWBase::Environment::get().getWorld()->getGodModeState())
{
MWMechanics::DynamicStat<float> stat(stats.getHealth());

Loading…
Cancel
Save