just need items to actually have their overlays, ree
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user