mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Removed detective revolver check.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
origin_tech = "combat=2;materials=2"
|
origin_tech = "combat=2;materials=2"
|
||||||
ammo_type = "/obj/item/ammo_casing/c38"
|
ammo_type = "/obj/item/ammo_casing/c38"
|
||||||
|
|
||||||
|
/*
|
||||||
special_check(var/mob/living/carbon/human/M)
|
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) && \
|
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
|
return 1
|
||||||
M << "\red You just don't feel cool enough to use this gun looking like that."
|
M << "\red You just don't feel cool enough to use this gun looking like that."
|
||||||
return 0
|
return 0
|
||||||
|
*/
|
||||||
|
|
||||||
verb/rename_gun()
|
verb/rename_gun()
|
||||||
set name = "Name Gun"
|
set name = "Name Gun"
|
||||||
|
|||||||
Reference in New Issue
Block a user