Removed detective revolver check.

This commit is contained in:
Erthilo
2012-08-24 00:01:08 +01:00
parent c9364ad7e9
commit 1c9e05c121

View File

@@ -6,7 +6,7 @@
origin_tech = "combat=2;materials=2"
ammo_type = "/obj/item/ammo_casing/c38"
/*
special_check(var/mob/living/carbon/human/M)
if(ishuman(M))
if(istype(M.w_uniform, /obj/item/clothing/under/det) && istype(M.head, /obj/item/clothing/head/det_hat) && \
@@ -14,7 +14,7 @@
return 1
M << "\red You just don't feel cool enough to use this gun looking like that."
return 0
*/
verb/rename_gun()
set name = "Name Gun"