Skip to content

Commit

Permalink
Merge pull request #5366 from Superlagg/mew-mew-kissy-booty
Browse files Browse the repository at this point in the history
Ports the grope kiss MERP
  • Loading branch information
Tk420634 authored Sep 24, 2024
2 parents 9165d44 + 0e12e4f commit b7b9510
Show file tree
Hide file tree
Showing 8 changed files with 3,182 additions and 26 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 b7b9510

Please sign in to comment.