[MIRROR] Flying/hover/floating doesn't get blood on your shoes. (#10684)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-21 05:59:32 +02:00
committed by GitHub
co-authored by SatinIsle
parent 4925b2c22b
commit 9848b54e8b
@@ -84,6 +84,8 @@ var/global/list/image/splatter_cache=list()
return
if(!istype(perp))
return
if(perp.flying || perp.hovering || perp.is_floating) //if the perp isn't on the ground, they shouldn't be affected by the stuff on the floor.
return
if(amount < 1)
return