mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Oil and blood with no dna can be streaked again (#11743)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
babe27afed
commit
d9acba0ff1
@@ -118,9 +118,9 @@
|
|||||||
var/obj/item/clothing/shoes/S = H.shoes
|
var/obj/item/clothing/shoes/S = H.shoes
|
||||||
if(istype(S))
|
if(istype(S))
|
||||||
S.handle_movement(src,(H.m_intent == I_RUN ? 1 : 0), H) // handle_movement now needs to know who is moving, for inshoe steppies
|
S.handle_movement(src,(H.m_intent == I_RUN ? 1 : 0), H) // handle_movement now needs to know who is moving, for inshoe steppies
|
||||||
if(S.track_blood && S.forensic_data?.has_blooddna())
|
if(S.track_blood)
|
||||||
bloodDNA = S.forensic_data.get_blooddna()
|
bloodDNA = S.forensic_data?.get_blooddna()
|
||||||
bloodcolor=S.blood_color
|
bloodcolor = S.blood_color
|
||||||
S.track_blood--
|
S.track_blood--
|
||||||
else
|
else
|
||||||
if(H.track_blood && H.feet_blood_DNA)
|
if(H.track_blood && H.feet_blood_DNA)
|
||||||
|
|||||||
Reference in New Issue
Block a user