I'm about to go fucking APE

None of this is actually viable, Footprints aren't taking proper color, aren't updating their color. It's just default red. screm
This commit is contained in:
Poojawa
2019-08-16 04:58:16 -05:00
parent 264cbf8108
commit d71f37167f
8 changed files with 84 additions and 25 deletions
@@ -64,6 +64,9 @@
FP.blood_state = S.blood_state
FP.entered_dirs |= dir
FP.bloodiness = S.bloody_shoes[S.blood_state]
if(S.last_blood_DNA && S.last_bloodtype)
FP.shoe_printer += list(S.last_blood_DNA = S.last_bloodtype)
//hacky as heck; we need to move the LAST entry to there, otherwise we mix all the blood
FP.add_blood_DNA(S.return_blood_DNA())
FP.update_icon()
update_inv_shoes()