From 57d107e4cb2b5d2635c05efc149881825d400f39 Mon Sep 17 00:00:00 2001 From: Pseudomaniac Date: Sun, 9 Jan 2022 22:16:43 +0000 Subject: [PATCH] Forces the mirror shield to unbuckle it's victims --- code/modules/antagonists/cult/cult_items.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/antagonists/cult/cult_items.dm b/code/modules/antagonists/cult/cult_items.dm index 8eb437a15582..b9fd85c7395c 100644 --- a/code/modules/antagonists/cult/cult_items.dm +++ b/code/modules/antagonists/cult/cult_items.dm @@ -1001,6 +1001,9 @@ GLOBAL_VAR_INIT(curselimit, 0) L.visible_message(span_warning("[src] bounces off of [L], as if repelled by an unseen force!")) else if(!..()) if(!L.anti_magic_check()) + if(L.buckled) + L.buckled.unbuckle_mob(L) + if(is_servant_of_ratvar(L)) L.Paralyze(60) else