Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
carpotoxin committed Oct 13, 2024
1 parent 36128da commit d174436
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@
// emissive handling
if(!monitor_state || monitor_state == "none")
return .

var/monitor_type = istype(src, /obj/item/bodypart/head/robot/android/synth_lizard) ? "lizard_em" : "monitor_em"
. += emissive_appearance('modular_doppler/modular_customization/accessories/icons/cybernetic/synth_screens.dmi', monitor_type, owner, alpha = owner.alpha)
return

var/image/monitor_emissive = image('icons/blanks/32x32.dmi', "nothing", -BODY_LAYER)
monitor_emissive.overlays += emissive_appearance('modular_doppler/modular_customization/accessories/icons/cybernetic/synth_screens.dmi', monitor_type, src, alpha = owner.alpha)
. += monitor_emissive
return .

/obj/item/bodypart/head/robot/android/welder_act_secondary(mob/living/user, obj/item/tool)
. = ..()
Expand Down

0 comments on commit d174436

Please sign in to comment.