From 11a7d554658d08d1d26d2b427380ffb1c15f0074 Mon Sep 17 00:00:00 2001 From: Werner Date: Sat, 8 Feb 2020 21:54:29 +0100 Subject: [PATCH] Quickfix --- code/modules/mob/living/carbon/human/human.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 474dca2f60d..9441ffaba1a 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -341,7 +341,7 @@ if(suit) var/list/modes = list("Off" = 1, "Binary Sensors" = 2, "Vitals Tracker" = 3, "Tracking Beacon" = 4) dat += "Suit Sensors: [modes[suit.sensor_mode + 1]]
" - + if(internals || suit) dat += "
" @@ -840,6 +840,7 @@ if (href_list["flavor_change"]) if(src != usr) + log_and_message_admins("attempted to use a exploit to change the flavor text of [src]", usr) return switch(href_list["flavor_change"]) if("done")