1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-23 21:27:46 +00:00

Fixed a typo in blind's effect script

This commit is contained in:
yogurt 2018-06-25 23:44:04 -05:00
parent c442dc9ecd
commit 8c5375f609

View file

@ -1,7 +1,7 @@
require("modifiers")
function onGain(owner, effect)
owner.AddMod(modifiersGlobal.Accuracy, effect.GetMagnitude());
owner.SubtractMod(modifiersGlobal.Accuracy, effect.GetMagnitude());
end;
function onLose(owner, effect)