Overhauls in-game forensics system to be more in-depth.

This commit is contained in:
suethecake
2014-09-06 23:29:41 -06:00
parent b1ef25580a
commit ea9bbe3780
18 changed files with 895 additions and 10 deletions
+9
View File
@@ -198,6 +198,15 @@
else
user.update_inv_r_hand()
if(istype(src, /obj/item/weapon/gun/projectile) && ishuman(user))
var/mob/living/carbon/human/H = user
if(!H.gloves)
H.gsr = 1
else
var/obj/item/clothing/G = H.gloves
G.gsr = 1
/obj/item/weapon/gun/proc/can_fire()
return load_into_chamber()