mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-25 13:46:13 +01:00
Merge branch 'master' into economy-update-junk
This commit is contained in:
@@ -708,7 +708,7 @@
|
||||
/mob/living/carbon/human/proc/electrocution_animation(anim_duration)
|
||||
//Handle mutant parts if possible
|
||||
if(dna && dna.species)
|
||||
add_atom_colour("#000000", TEMPORARY_COLOUR_PRIORITY)
|
||||
add_atom_colour(COLOR_BLACK, TEMPORARY_COLOUR_PRIORITY)
|
||||
var/static/mutable_appearance/electrocution_skeleton_anim
|
||||
if(!electrocution_skeleton_anim)
|
||||
electrocution_skeleton_anim = mutable_appearance(icon, "electrocuted_base")
|
||||
@@ -720,7 +720,7 @@
|
||||
flick_overlay_view(image(icon,src,"electrocuted_generic",ABOVE_MOB_LAYER), src, anim_duration)
|
||||
|
||||
/mob/living/carbon/human/proc/end_electrocution_animation(mutable_appearance/MA)
|
||||
remove_atom_colour(TEMPORARY_COLOUR_PRIORITY, "#000000")
|
||||
remove_atom_colour(TEMPORARY_COLOUR_PRIORITY, COLOR_BLACK)
|
||||
cut_overlay(MA)
|
||||
|
||||
//medical scan animation
|
||||
|
||||
@@ -449,7 +449,7 @@
|
||||
name = "luminescent glow"
|
||||
desc = "Tell a coder if you're seeing this."
|
||||
icon_state = "nothing"
|
||||
light_color = "#FFFFFF"
|
||||
light_color = COLOR_WHITE
|
||||
light_range = LUMINESCENT_DEFAULT_GLOW
|
||||
|
||||
/obj/effect/dummy/luminescent_glow/Initialize()
|
||||
|
||||
Reference in New Issue
Block a user