From 85dc9136c63f6b9fc28efdd4127b0a0ed01de8f4 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Wed, 1 Jul 2020 22:07:30 -0400 Subject: [PATCH] singularity investigate --- code/modules/power/singularity/investigate.dm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 code/modules/power/singularity/investigate.dm diff --git a/code/modules/power/singularity/investigate.dm b/code/modules/power/singularity/investigate.dm new file mode 100644 index 00000000000..4835e09411c --- /dev/null +++ b/code/modules/power/singularity/investigate.dm @@ -0,0 +1,4 @@ +/area/engine/engineering/poweralert(state, source) + if(state != poweralm) + investigate_log("has a power alarm!", "singulo") + ..()