Update stunbaton.dm

This commit is contained in:
silicons
2021-01-13 15:22:41 -07:00
committed by GitHub
parent 1fd9bc8a50
commit 06bc57580a

View File

@@ -328,7 +328,7 @@
if(turned_on)
if(ishuman(thrower))
var/mob/living/carbon/human/H = thrower
H.throw_mode_off() //so they can catch it on the return.
H.throw_mode_on() //so they can catch it on the return.
return ..()
/obj/item/melee/baton/boomerang/throw_impact(atom/hit_atom, datum/thrownthing/throwingdatum)