mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 05:07:51 +01:00
[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:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user