mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Check for PreventMovement flag in BattleNpcController
Fix typos in some effect scripts
This commit is contained in:
parent
905cbf7d3c
commit
a92ece58c1
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ function onPreAction(effect, caster, target, skill, action, actionContainer)
|
|||
action.hitRate = 0.0;
|
||||
action.resistRate = 750;
|
||||
--Remove status and add message
|
||||
defender.statusEffects.RemoveStatusEffect(effect, actionContainer, 30331, false);
|
||||
caster.statusEffects.RemoveStatusEffect(effect, actionContainer, 30331, false);
|
||||
end
|
||||
|
||||
end;
|
Loading…
Add table
Add a link
Reference in a new issue