mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed a typo in blind's effect script
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user