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")