Skip to content
Snippets Groups Projects
Commit da3cd7c1 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@1956 51575b47-30f0-44d4-a5cc-537603b46e54
parent 33ac5fb0
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,7 @@ You can discern a huge ruond mouth covered in razor-sharp teeth.]],
rank = 3.5,
no_breath = 1,
size_category = 4,
movement_speed = 0.5,
movement_speed = 1.2,
stun_immune = 1,
knockback_immune = 1,
......
......@@ -716,6 +716,7 @@ newEffect{
eff.iid = self:addTemporaryValue("invulnerable", 1)
eff.particle = self:addParticles(Particles.new("time_prison", 1))
self.energy.value = 0
eff.dur = self:updateEffectDuration(eff.dur, "stun")
end,
on_timeout = function(self, eff)
self.energy.value = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment