Skip to content

Commit

Permalink
maybi tyhis onbe utioo
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcrystall committed Dec 25, 2024
1 parent b6e93fe commit 4f73ba9
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 @@ -352,7 +352,7 @@
return

if(inoperable())
to_chat(user, SPAN_WARNING("[src] needs to be working and have external power in order to be overloaded."))
to_chat(user, SPAN_WARNING("[src] needs to be working and have external power in order to be [overloaded ? "restored" : "overloaded"]."))
return

set_overloading(!overloaded)
Expand Down

0 comments on commit 4f73ba9

Please sign in to comment.