From 3da4a1c2575c419b75434d21c770f1dc7daec7b9 Mon Sep 17 00:00:00 2001 From: Kyep Date: Wed, 6 Jun 2018 17:18:35 -0700 Subject: [PATCH] squash --- code/game/area/Space Station 13 areas.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm index c28b91f26fc..6434bdf92b5 100644 --- a/code/game/area/Space Station 13 areas.dm +++ b/code/game/area/Space Station 13 areas.dm @@ -726,7 +726,6 @@ var/list/ghostteleportlocs = list() var/area/A = get_area(T) var/log_msg = "[key_name(user)] has armed the depot self destruct device at [A.name] ([T.x],[T.y],[T.z])" message_admins(log_msg) - bombers += log_msg log_game(log_msg) playsound(user, 'sound/machines/Alarm.ogg', 100, 0, 0) else