Merge pull request #410 from YungDaVinci/patch-1

Update 02 Actor.lua
This commit is contained in:
AJ Kelly
2014-12-14 12:45:23 -06:00
+1 -1
View File
@@ -280,7 +280,7 @@ function Actor:heartbeat(fEffectPeriod)
else else
self:effecttiming(0,0.125,0.125,0.75); self:effecttiming(0,0.125,0.125,0.75);
end end
self:effecmagnitude(1,1.125,1) self:effectmagnitude(1,1.125,1)
return self return self
end end