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