From 06bc57580a7ee07121128ca4f2781aef18c36686 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Wed, 13 Jan 2021 15:22:41 -0700 Subject: [PATCH] Update stunbaton.dm --- code/game/objects/items/stunbaton.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/stunbaton.dm b/code/game/objects/items/stunbaton.dm index 16efecec7c..6d96e46cde 100644 --- a/code/game/objects/items/stunbaton.dm +++ b/code/game/objects/items/stunbaton.dm @@ -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)