Skip to content

Commit

Permalink
Anti Lickheal Update
Browse files Browse the repository at this point in the history
Hunting the defs.
  • Loading branch information
Aurrain authored Apr 7, 2024
1 parent 9864776 commit 4a6e830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/hand_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
var/mob/living/carbon/mlemmed = licked
if(!mlemmed.get_bodypart(user.zone_selected))
return FALSE
if(lick_wound(licked, user) == LICK_CANCEL)
/* if(lick_wound(licked, user) == LICK_CANCEL)
return TRUE // one thing at a time
if(lick_heal(licked, user) == LICK_CANCEL)
return TRUE // one thing at a time

*/
if(SEND_SIGNAL(licked, COMSIG_ATOM_LICKED, user, src))
return TRUE

Expand Down

0 comments on commit 4a6e830

Please sign in to comment.