Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Dec 8, 2023
1 parent 502a719 commit 4985a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/fusion_engine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
. += SPAN_INFO("There is no fuel cell in the receptacle.")

/obj/structure/machinery/power/fusion_engine/ex_act(severity)
if(overloaded)
if(overloaded && severity >= EXPLOSION_THRESHOLD_MLOW)
set_overloading(FALSE)
return

Expand Down

0 comments on commit 4985a01

Please sign in to comment.