mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
[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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user