forked from mirror/openmw-tes3mp
Only show "target resists magic" message for spells cast by player
This commit is contained in:
parent
f67b7dae91
commit
5349699172
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ namespace MWMechanics
|
|||
// Fully resisted, show message
|
||||
if (target.getRefData().getHandle() == "player")
|
||||
MWBase::Environment::get().getWindowManager()->messageBox("#{sMagicPCResisted}");
|
||||
else
|
||||
else if (castByPlayer)
|
||||
MWBase::Environment::get().getWindowManager()->messageBox("#{sMagicTargetResisted}");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue