Skip to content

Commit

Permalink
Вернуть отправителю
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Jan 29, 2024
1 parent 0fd1f8c commit 763d714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maps/sierra/machinery/sealing_generator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
update_icon()

/obj/machinery/sealgen/on_update_icon()
overlays.Cut()
ClearOverlays()
if(current_field)
var/image/I = image(icon=icon,icon_state=initial(icon_state)+"-on",layer=LIGHTING_PLANE+1)
overlays += I
AddOverlays(I)
if(hatch_open)
overlays += initial(icon_state)+"-hatch"
AddOverlays("[icon_state]-hatch")

/obj/machinery/sealgen/Process()
if(stat & MACHINE_STAT_NOPOWER)
Expand Down

0 comments on commit 763d714

Please sign in to comment.