Skip to content

Commit

Permalink
Disable spawn blocking based on Z
Browse files Browse the repository at this point in the history
  • Loading branch information
DameonOwen committed Oct 1, 2023
1 parent db66c19 commit cfcc34f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/vore/eating/inbelly_spawn.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cfcc34f

Please sign in to comment.