Bola no longer gets thrown even if you already are bola'd (#26909)

Co-authored-by: Adrer <adrermail@gmail.com>
This commit is contained in:
Chap
2024-09-26 16:21:50 +02:00
committed by GitHub
parent b26b47f275
commit 793efb00df
+1
View File
@@ -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("<span class='danger'>The bola glows, and boomarangs back at [thrower]!</span>")
throw_impact(thrower)
return
. = ..()
/obj/item/restraints/legcuffs/bola/cult/throw_impact(atom/hit_atom, datum/thrownthing/throwingdatum)