From cfcc34f3ec6a59fa353258112df4c49a72fcc4fc Mon Sep 17 00:00:00 2001 From: Dameon Owen Date: Sun, 1 Oct 2023 00:01:11 -0400 Subject: [PATCH] Disable spawn blocking based on Z --- code/modules/vore/eating/inbelly_spawn.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/vore/eating/inbelly_spawn.dm b/code/modules/vore/eating/inbelly_spawn.dm index 50c2c3168b..306a7017d5 100644 --- a/code/modules/vore/eating/inbelly_spawn.dm +++ b/code/modules/vore/eating/inbelly_spawn.dm @@ -23,8 +23,8 @@ Please do not abuse this ability. continue if(pred.no_vore) // No vore, no bellies, no inbelly spawning continue - if(!(get_z(pred) in using_map.station_levels)) // No explo reinforcements - continue + // if(!(get_z(pred) in using_map.station_levels)) // No explo reinforcements + // continue if(ishuman(pred)) var/mob/living/carbon/human/H = pred if(!H.allow_inbelly_spawning)