Skip to content

Commit

Permalink
better i think?
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Apr 3, 2024
1 parent 8c261f0 commit eceabe9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/machinery/machinery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,9 @@ Class Procs:
icon_state = "fuelpump_off"
density = TRUE
anchored = TRUE


/obj/structure/machinery/fuelpump/update_icon()
if(stat & NOPOWER)
icon_state = "fuelpump_0"
else
Expand Down

0 comments on commit eceabe9

Please sign in to comment.