From e15bca0855108084032bfa30532f6e8a71464f0b Mon Sep 17 00:00:00 2001 From: 4dplanner <3combined@gmail.com> Date: Thu, 30 May 2019 15:32:43 +0100 Subject: [PATCH] Mirror shield rebound doesn't use a thrower --- code/modules/antagonists/cult/cult_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/cult/cult_items.dm b/code/modules/antagonists/cult/cult_items.dm index 823a8b33ebd..a2c7a57c4b9 100644 --- a/code/modules/antagonists/cult/cult_items.dm +++ b/code/modules/antagonists/cult/cult_items.dm @@ -1002,6 +1002,6 @@ continue throw_at(Next, 3, 1, D.thrower) return - throw_at(D.thrower, 7, 1, D.thrower) + throw_at(D.thrower, 7, 1, null) else ..()