mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user