Skip to content

Commit

Permalink
Emitter emissives
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Brittain committed May 2, 2024
1 parent 11044cb commit 5ecb496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/power/singularity/emitter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
wifi_receiver = new(_wifi_id, src)

/obj/machinery/power/emitter/update_icon()
ClearOverlays()
if(active && powernet && avail(active_power_usage))
icon_state = "emitter_+a"
else
icon_state = "emitter"
AddOverlays(emissive_appearance(icon, "[icon_state]_lights"))
AddOverlays("[icon_state]_lights")

/obj/machinery/power/emitter/attack_hand(mob/user)
add_fingerprint(user)
Expand Down
Binary file modified icons/obj/emitter.dmi
Binary file not shown.

0 comments on commit 5ecb496

Please sign in to comment.