From 95123e5360890183e630a102d9c6f09343a037ee Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Fri, 29 Apr 2016 18:11:43 -0700 Subject: [PATCH] Makes the message better --- code/game/objects/items/devices/radio/radio.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/radio/radio.dm b/code/game/objects/items/devices/radio/radio.dm index 0a98cfe5fc9..a7b45580016 100644 --- a/code/game/objects/items/devices/radio/radio.dm +++ b/code/game/objects/items/devices/radio/radio.dm @@ -275,7 +275,7 @@ var/global/list/default_medbay_channels = list( ..() /mob/living/automatedannouncer/proc/autocleanup() - log_debug("An announcer somehow managed to outlive the radio! Deleting! Area: [get_area(src)], Loc: [src.locs[1]]" + log_debug("An announcer somehow managed to outlive the radio! Deleting! Area: [get_area(src)], Loc: [src.loc.loc]" qdel(src) // Interprets the message mode when talking into a radio, possibly returning a connection datum