From 91eaf81a083a98323d2dc97c846814bd3c052b99 Mon Sep 17 00:00:00 2001 From: Markolie Date: Sun, 27 Sep 2015 03:18:05 +0200 Subject: [PATCH] Fix --- code/modules/admin/verbs/diagnostics.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/verbs/diagnostics.dm b/code/modules/admin/verbs/diagnostics.dm index aac1429dd62..6c5db7cd1e6 100644 --- a/code/modules/admin/verbs/diagnostics.dm +++ b/code/modules/admin/verbs/diagnostics.dm @@ -19,8 +19,8 @@ for(var/datum/gas/trace_gas in GM.trace_gases) usr << "[trace_gas.type]: [trace_gas.moles]" - message_admins("[key_name_admin(usr)] has checked the air status of [turf]") - log_admin("[key_name(usr)] has checked the air status of [turf]") + message_admins("[key_name_admin(usr)] has checked the air status of [T]") + log_admin("[key_name(usr)] has checked the air status of [T]") feedback_add_details("admin_verb","DAST") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!