mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
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:
@@ -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>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user