just need items to actually have their overlays, ree

This commit is contained in:
Poojawa
2019-08-17 04:50:24 -05:00
parent 088bc484e3
commit 725a8046e1
8 changed files with 20 additions and 45 deletions
+4 -3
View File
@@ -345,6 +345,7 @@ BLIND // can't see anything
..()
/obj/item/clothing/transfer_blood_dna(list/blood_dna, list/datum/disease/diseases)
if(length(blood_DNA))
last_bloodtype = blood_DNA[blood_DNA[blood_DNA.len]]//trust me this works
last_blood_DNA = blood_DNA[blood_DNA.len]
..()
if(length(blood_dna))
last_bloodtype = blood_dna[blood_dna[blood_dna.len]]//trust me this works
last_blood_DNA = blood_dna[blood_dna.len]
-1
View File
@@ -95,7 +95,6 @@
/obj/item/clothing/shoes/clean_blood(datum/source, strength)
. = ..()
bloody_shoes = list(BLOOD_STATE_BLOOD = 0, BLOOD_STATE_OIL = 0, BLOOD_STATE_NOT_BLOODY = 0)
blood_state = BLOOD_STATE_NOT_BLOODY
if(ismob(loc))