From 254187bc2e4e1b15d2e200f04ea1d0ac575a66e9 Mon Sep 17 00:00:00 2001 From: Putnam Date: Wed, 24 Mar 2021 17:23:21 -0700 Subject: [PATCH] it's not a global proc --- code/modules/antagonists/slaughter/slaughterevent.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/slaughter/slaughterevent.dm b/code/modules/antagonists/slaughter/slaughterevent.dm index a7e99080c7..21286cec3f 100644 --- a/code/modules/antagonists/slaughter/slaughterevent.dm +++ b/code/modules/antagonists/slaughter/slaughterevent.dm @@ -18,7 +18,7 @@ continue if(!C.can_bloodcrawl_in()) continue - if(!IsValidDebrisLocation(C.loc, allowed_turf_typecache, allowed_z_cache, C.type, FALSE)) + if(!SSpersistence.IsValidDebrisLocation(C.loc, allowed_turf_typecache, allowed_z_cache, C.type, FALSE)) continue weight += 0.05 return ..()