Fixes throw mode putting you on click cooldown despite not throwing (#62749)

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
necromanceranne
2021-11-12 23:16:10 -08:00
committed by GitHub
co-authored by Ghom
parent 89c0825631
commit 899f377d8b
+2 -2
View File
@@ -119,8 +119,8 @@
return
if(throw_mode)
changeNext_move(CLICK_CD_THROW)
throw_item(A)
if(throw_item(A))
changeNext_move(CLICK_CD_THROW)
return
var/obj/item/W = get_active_held_item()