[MIRROR] Ventcrawler update (#11930)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-11-07 14:42:34 +01:00
committed by GitHub
co-authored by Will
parent 4f048b932d
commit c0da916575
13 changed files with 155 additions and 93 deletions
+5
View File
@@ -883,6 +883,11 @@
if (!(M in contents))
return 0 // They weren't in this belly anyway
// Ventcrawlings will explode their vent to avoid exploits
if(istype(owner.loc,/obj/machinery/atmospherics))
var/obj/machinery/atmospherics/our_pipe = owner.loc
our_pipe.blowout(owner)
if(istype(M, /mob/living/simple_mob/vore/morph/dominated_prey))
var/mob/living/simple_mob/vore/morph/dominated_prey/p = M
p.undo_prey_takeover(FALSE)