mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Update guardian.dm (#21058)
This commit is contained in:
@@ -49,6 +49,10 @@
|
||||
/obj/screen/guardian/Manifest/Click()
|
||||
if(isguardian(usr))
|
||||
var/mob/living/simple_animal/hostile/guardian/G = usr
|
||||
var/summoner_loc = G.summoner.loc
|
||||
if(istype(summoner_loc, /obj/machinery/atmospherics))
|
||||
to_chat(G, "<span class='warning'>You can not manifest while in these pipes!</span>")
|
||||
return
|
||||
if(G.loc == G.summoner)
|
||||
G.Manifest()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user