From be1ae665dd02519ea4b4be292226d72fd95b9684 Mon Sep 17 00:00:00 2001 From: Kyep Date: Sun, 12 Feb 2017 01:23:30 -0800 Subject: [PATCH] Adds JMP link --- code/modules/power/singularity/field_generator.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/singularity/field_generator.dm b/code/modules/power/singularity/field_generator.dm index e6105e3a81b..89c3c8b61e1 100644 --- a/code/modules/power/singularity/field_generator.dm +++ b/code/modules/power/singularity/field_generator.dm @@ -319,7 +319,7 @@ field_generator power level display if(O.last_warning && temp) if((world.time - O.last_warning) > 50) //to stop message-spam temp = 0 - message_admins("A singulo exists and a containment field has failed. Location: [get_area(src)]",1) + message_admins("A singulo exists and a containment field has failed. Location: [get_area(src)] (JMP)",1) investigate_log("has failed whilst a singulo exists.","singulo") O.last_warning = world.time