mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user