From 793efb00df5a3a05ab3c49a0849f9f53d1d70069 Mon Sep 17 00:00:00 2001 From: Chap Date: Thu, 26 Sep 2024 16:21:50 +0200 Subject: [PATCH] Bola no longer gets thrown even if you already are bola'd (#26909) Co-authored-by: Adrer --- code/game/gamemodes/cult/cult_items.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/cult/cult_items.dm b/code/game/gamemodes/cult/cult_items.dm index 6e46d0a2ee2..320941a6227 100644 --- a/code/game/gamemodes/cult/cult_items.dm +++ b/code/game/gamemodes/cult/cult_items.dm @@ -75,6 +75,7 @@ if(thrower && !IS_CULTIST(thrower)) // A couple of objs actually proc throw_at, so we need to make sure that yes, we got tossed by a person before trying to send a message thrower.visible_message("The bola glows, and boomarangs back at [thrower]!") throw_impact(thrower) + return . = ..() /obj/item/restraints/legcuffs/bola/cult/throw_impact(atom/hit_atom, datum/thrownthing/throwingdatum)