Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Dec 8, 2023
1 parent 078794c commit 502a719
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/game/machinery/fusion_engine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,11 @@
else
. += SPAN_INFO("There is no fuel cell in the receptacle.")

/obj/structure/machinery/power/fusion_engine/ex_act(severity)
if(overloaded)
set_overloading(FALSE)
return

/obj/structure/machinery/power/fusion_engine/update_icon()
switch(buildstate)
if(0)
Expand Down

0 comments on commit 502a719

Please sign in to comment.