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:
parent
c442dc9ecd
commit
8c5375f609
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue