diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 1b69c8cc308..5bb52636b7c 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -487,6 +487,9 @@ if(do_mob(usr, src, STRIP_DELAY * 0.5)) u_equip(r_store) u_equip(l_store) + else + // Display a warning if the user mocks up + src << "You feel your pockets being fumbled with!" if(href_list["criminal"]) if(istype(usr, /mob/living/carbon/human))