mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Blood crawling (not the one you're thinking of) (#18759)
* Blood crawling (not the one you're thinking of) * Update with alternative length Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * More-Better checks Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
co-authored by
Luc
Sirryan2002
parent
1262daf99e
commit
56795960b7
@@ -16,6 +16,9 @@
|
||||
var/obj/item/organ/external/l_foot = H.get_organ("l_foot")
|
||||
var/obj/item/organ/external/r_foot = H.get_organ("r_foot")
|
||||
var/hasfeet = TRUE
|
||||
if(IS_HORIZONTAL(H) && !H.buckled) //Make people bloody if they're lying down and move into blood
|
||||
if(bloodiness > 0 && length(blood_DNA))
|
||||
H.add_blood(H.blood_DNA, basecolor)
|
||||
if(!l_foot && !r_foot)
|
||||
hasfeet = FALSE
|
||||
if(H.shoes && blood_state && bloodiness)
|
||||
|
||||
Reference in New Issue
Block a user