mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
Changes how forensic machine reports works (#12868)
This commit is contained in:
@@ -101,10 +101,10 @@
|
||||
var/mob/living/carbon/human/H = loc
|
||||
if(istype(H))
|
||||
if(!istype(H.gloves, /obj/item/clothing))
|
||||
H.gunshot_residue = chambered.caliber
|
||||
LAZYDISTINCTADD(H.gunshot_residue, chambered.caliber)
|
||||
else
|
||||
var/obj/item/clothing/G = H.gloves
|
||||
G.gunshot_residue = chambered.caliber
|
||||
LAZYDISTINCTADD(G.gunshot_residue, chambered.caliber)
|
||||
|
||||
switch(handle_casings)
|
||||
if(DELETE_CASINGS)
|
||||
|
||||
Reference in New Issue
Block a user