From 64131818d8bebce8065d3e73e71e39ce15d9c2bf Mon Sep 17 00:00:00 2001 From: cookingboy3 Date: Tue, 29 Jul 2014 20:11:42 -0700 Subject: [PATCH] fix for #4243, adds notification squashed commits --- code/modules/power/singularity/emitter.dm | 2 ++ config/admins.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/power/singularity/emitter.dm b/code/modules/power/singularity/emitter.dm index c65bb2434a4..a644a5b0d54 100644 --- a/code/modules/power/singularity/emitter.dm +++ b/code/modules/power/singularity/emitter.dm @@ -108,6 +108,8 @@ powered = 0 update_icon() investigate_log("lost power and turned off","singulo") + log_game("Emitter lost power in ([x],[y],[z])") + message_admins("Emitter lost power in ([x],[y],[z] - JMP)",0,1) return src.last_shot = world.time diff --git a/config/admins.txt b/config/admins.txt index e8a1826da82..68fea1b2a47 100644 --- a/config/admins.txt +++ b/config/admins.txt @@ -60,4 +60,5 @@ yota = Game Master firecage = Game Master donkieyo = Game Master argoneus = Game Master -paprka = Game Master \ No newline at end of file +paprka = Game Master +cookingboy3 = Game Master \ No newline at end of file