mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Xeno impreg now gets stopped by stasis (#47307)
* Xeno impreg now gets stopped by stasis * holy fuck why does my editor do this? * review change * ree
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
..()
|
||||
to_chat(finder, "<span class='warning'>You found an unknown alien organism in [owner]'s [zone]!</span>")
|
||||
|
||||
/obj/item/organ/body_egg/New(loc)
|
||||
/obj/item/organ/body_egg/Initialize()
|
||||
. = ..()
|
||||
if(iscarbon(loc))
|
||||
src.Insert(loc)
|
||||
return ..()
|
||||
Insert(loc)
|
||||
|
||||
/obj/item/organ/body_egg/Insert(var/mob/living/carbon/M, special = 0)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user