Being contracted with a Holopara now kills the holopara (#22832)

* hmm

* Update code/modules/antagonists/traitor/contractor/datums/syndicate_contract.dm

Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>

---------

Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com>
This commit is contained in:
Contrabang
2023-10-13 14:28:16 +01:00
committed by GitHub
co-authored by GDN
parent 95529bc88e
commit 090ad59cbc
@@ -473,6 +473,14 @@
M.EyeBlurry(35 SECONDS)
M.AdjustConfused(35 SECONDS)
for(var/mob/living/simple_animal/hostile/guardian/G in GLOB.alive_mob_list)
if(G.summoner == M)
M.remove_guardian_actions()
to_chat(G, "<span class='danger'>You feel your body ripped to shreds as you're forcibly removed from your summoner!</span>")
to_chat(M, "<span class='warning'>You feel some part of you missing, you're not who you used to be...</span>")
G.ghostize()
qdel(G)
sleep(6 SECONDS)
to_chat(M, "<span class='warning'>That portal did something to you...</span>")