[s] Holoparasite Can No Longer Manifest in Stealth Boxes (#21910)

* poof there it is

* oops, what tense is this in?
This commit is contained in:
matttheficus
2023-09-01 22:55:00 +01:00
committed by GitHub
parent 68ace6f0ef
commit 539bbbb956
+3
View File
@@ -53,6 +53,9 @@
if(istype(summoner_loc, /obj/machinery/atmospherics))
to_chat(G, "<span class='warning'>You can not manifest while in these pipes!</span>")
return
if(istype(summoner_loc, /obj/structure/closet/cardboard/agent))
to_chat(G, "<span class='warning'>You can not manifest while inside an active Stealth Implant!</span>")
return
if(G.loc == G.summoner)
G.Manifest()