Merge pull request #31614 from AnturK/zap

Fixes electrocution animation
This commit is contained in:
Jordan Brown
2017-10-13 10:13:24 -04:00
committed by CitadelStationBot
parent 692e226d24
commit 1941a8fcfa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -274,7 +274,7 @@
var/image/electrocution_skeleton_anim = image('icons/mob/human.dmi', user, icon_state = "electrocuted_base", layer=ABOVE_MOB_LAYER)
shock_image.color = rgb(0,0,0)
shock_image.override = TRUE
electrocution_skeleton_anim.appearance_flags = RESET_COLOR
electrocution_skeleton_anim.appearance_flags |= RESET_COLOR|KEEP_APART
to_chat(user, "<span class='userdanger'>You feel a powerful shock course through your body!</span>")
if(user.client)