Should improve pepper spray, and remove coolness check on detective's revolver

This commit is contained in:
SkyMarshal
2011-12-15 20:34:36 -07:00
parent 6a7223ce58
commit 79ad7d1ae9
3 changed files with 17 additions and 12 deletions

View File

@@ -8,11 +8,12 @@
special_check(var/mob/living/carbon/human/M)
if(ishuman(M))
/* if(ishuman(M))
if(istype(M.w_uniform, /obj/item/clothing/under/det) && istype(M.head, /obj/item/clothing/head/det_hat) && istype(M.wear_suit, /obj/item/clothing/suit/det_suit))
return 1
M << "\red You just don't feel cool enough to use this gun looking like that."
return 0
return 0 */
return 1
verb/rename_gun()