Skip to content

Commit

Permalink
Update code/datums/keybinding/human_combat.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Nov 6, 2023
1 parent 65884aa commit 303ce87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/keybinding/human_combat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,6 @@
return
var/mob/living/carbon/human/human = user.mob
var/obj/item/weapon/gun/shotgun/pump/dual_tube/held_item = human.get_held_item()
if(istype(held_item, /obj/item/weapon/gun/shotgun/pump/dual_tube))
if(istype(held_item))
held_item.toggle_tube()
return TRUE

0 comments on commit 303ce87

Please sign in to comment.