diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 67242b6527e..5bb52636b7c 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -481,11 +481,15 @@ //strip panel if(!usr.stat && usr.canmove && !usr.restrained() && in_range(src, usr)) if(href_list["pockets"]) - visible_message("[usr] tries to empty [src]'s pockets.", \ - "[usr] tries to empty [src]'s pockets.") + //visible_message("[usr] tries to empty [src]'s pockets.", \ + "[usr] tries to empty [src]'s pockets.") // Pickpocketing! + usr << "You try to empty [src]'s pockets." 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)) diff --git a/html/changelog.html b/html/changelog.html index ead9bb503ce..9b9e9af221c 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -51,7 +51,17 @@ should be listed in the changelog upon commit tho. Thanks. --> - + + +
+

6 June 2013

+

Giacom updated:

+ +
+ +

25 May 2013

Ikarrus updated: