Merge pull request #456 from Zuhayr/master

Porting forensics from Aurora.
This commit is contained in:
Neerti
2015-12-10 19:50:44 -05:00
52 changed files with 1273 additions and 875 deletions
+6
View File
@@ -493,6 +493,12 @@ var/list/global/slot_flags_enumeration = list(
var/obj/item/clothing/gloves/G = src
G.transfer_blood = 0
/obj/item/reveal_blood()
if(was_bloodied && !fluorescent)
fluorescent = 1
blood_color = COLOR_LUMINOL
blood_overlay.color = COLOR_LUMINOL
update_icon()
/obj/item/add_blood(mob/living/carbon/human/M as mob)
if (!..())