From be550b196ef5b46a30bbbfe64b8c0ee3a97b1531 Mon Sep 17 00:00:00 2001 From: Giacomand Date: Thu, 6 Jun 2013 18:01:14 +0100 Subject: [PATCH] The victim will now get a message if the user empties their pockets and gets interrupted. (Victim moving, user being stunned, etc..) --- code/modules/mob/living/carbon/human/human.dm | 3 +++ 1 file changed, 3 insertions(+) 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))