fractal reactor message tweak (#13370)

This commit is contained in:
VisVirific
2022-03-14 12:27:01 +01:00
committed by GitHub
parent a1711cd323
commit 6e9f5c9e29
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
/obj/machinery/power/fractal_reactor/New()
..()
if(!mapped_in)
to_world("<b><span class='alert'>WARNING:</span> Map testing power source activated at: X:[src.loc.x] Y:[src.loc.y] Z:[src.loc.z]</b>")
log_and_message_admins("<b><span class='alert'>WARNING:</span> Map testing power source activated at: X:[src.loc.x] Y:[src.loc.y] Z:[src.loc.z]</b>")
/obj/machinery/power/fractal_reactor/machinery_process()
if(!powernet && !powernet_connection_failed)