Revert "lel"

This reverts commit 9e01a078ec.
This commit is contained in:
Poojawa
2019-06-06 19:40:08 -05:00
parent 6b82c985ae
commit 2e42656b6d
7 changed files with 65 additions and 44 deletions
+5
View File
@@ -41,6 +41,11 @@
var/dynamic_hair_suffix = ""//head > mask for head hair
var/dynamic_fhair_suffix = ""//mask > head for facial hair
var/blood_state = BLOOD_STATE_NOT_BLOODY
var/list/blood_smear = list(BLOOD_STATE_BLOOD = 0, BLOOD_STATE_OIL = 0, BLOOD_STATE_NOT_BLOODY = 0)
var/last_bloodtype = ""//used to track the last bloodtype to have graced these shoes; makes for better performing footprint shenanigans
var/last_blood_DNA = ""//same as last one
/obj/item/clothing/Initialize()
. = ..()
if(ispath(pocket_storage_component_path))