From fb4a3b050097941321095ef17b06b461d043ebec Mon Sep 17 00:00:00 2001 From: Tom Heeren Date: Fri, 17 Mar 2017 12:45:52 -0500 Subject: [PATCH] Makes the cancel option not forge a log. --- code/modules/admin/admin_verbs.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index a2923e3bd01..47d3b255c8e 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -577,6 +577,8 @@ var/list/admin_verbs_snpc = list( if(flash_range == null) return explosion(epicenter, devastation_range, heavy_impact_range, light_impact_range, flash_range, 1, 1) + if("Cancel") + return //No really why wasn't this a thing before log_admin("[key_name(usr)] created an admin explosion at [epicenter.loc]") message_admins("[key_name_admin(usr)] created an admin explosion at [epicenter.loc]") feedback_add_details("admin_verb","DB") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!