Check for PreventMovement flag in BattleNpcController

Fix typos in some effect scripts
This commit is contained in:
Yogurt 2019-06-01 03:39:46 -07:00
parent 905cbf7d3c
commit a92ece58c1
4 changed files with 4 additions and 4 deletions

View file

@ -8,6 +8,6 @@ end;
function onCommandFinish(effect, owner, skill, actionContainer)
--27259: Light Shot
if skill.id == 27259 then
defender.statusEffects.RemoveStatusEffect(effect, actionContainer, 30331, false);
owner.statusEffects.RemoveStatusEffect(effect, actionContainer, 30331, false);
end
end;