Skip to content

Commit

Permalink
inverse power stuff... to make it so that when power is off it doesn'…
Browse files Browse the repository at this point in the history
…t start power animation
  • Loading branch information
Julien committed Apr 3, 2024
1 parent eceabe9 commit b33ec59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/machinery/machinery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,6 @@ Class Procs:

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

0 comments on commit b33ec59

Please sign in to comment.