Skip to content

Commit

Permalink
Specifies that the 3 value is for the Time argument of animate(), it …
Browse files Browse the repository at this point in the history
…was already, and did work, but due to animate() being ~funky~ it's kind of hard to read.
  • Loading branch information
RemieRichards committed Jul 3, 2015
1 parent 846d3e5 commit 97cff6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ Sorry Giacom. Please don't be mad :(
viewing |= M.client
flick_overlay(I,viewing,5)
I.pixel_z = 16 //lift it up...
animate(I, pixel_z = 0, alpha = 125, 3) //smash it down into them!
animate(I, pixel_z = 0, alpha = 125, time = 3) //smash it down into them!

/mob/living/proc/do_jitter_animation(jitteriness)
var/amplitude = min(4, (jitteriness/100) + 1)
Expand Down

0 comments on commit 97cff6f

Please sign in to comment.