mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
[MIRROR] Ventcrawler update (#11930)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
4f048b932d
commit
c0da916575
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user