Skip to content

Commit

Permalink
Merge pull request #46 from ARF-SS13/drink-transfer-amount-reflavor-&…
Browse files Browse the repository at this point in the history
…-pillows

Let the touching begin
  • Loading branch information
Tk420634 committed Jul 21, 2024
2 parents dadf10b + 8a8d951 commit 7a86108
Show file tree
Hide file tree
Showing 8 changed files with 1,211 additions and 30 deletions.
2 changes: 1 addition & 1 deletion code/_onclick/hud/screen_objects/character_actions.dm
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
I = H.get_active_held_item()
I?.melee_attack_chain(H, H, params)

else if(istype(I, /obj/item/hand_item/healable/))
else if(istype(I, /obj/item/hand_item/tactile/))
I = H.get_active_held_item()
I?.melee_attack_chain(H, H, params)

Expand Down
Loading

0 comments on commit 7a86108

Please sign in to comment.