Skip to content

Commit

Permalink
Anti-lickheal Update
Browse files Browse the repository at this point in the history
Forgot an undefined var.
  • Loading branch information
Aurrain authored Apr 7, 2024
1 parent a2b00ca commit 9864776
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 @@ -102,7 +102,7 @@

licker.taste(null, atom_licked)
playsound(get_turf(src), pokesound, 25, 1, SOUND_DISTANCE(LICK_SOUND_TEXT_RANGE))

/*
/obj/item/hand_item/licker/proc/lick_wound(mob/living/licked, mob/living/carbon/user)
if(!iscarbon(licked))
return FALSE
Expand Down Expand Up @@ -167,7 +167,7 @@
lick_flavor(atom_licked = licked, licker = user)
tongue_healer.attack(licked, user)
return TRUE

*/
/obj/item/hand_item/licker/proc/get_lick_words(mob/living/carbon/user)
if(!user)
return
Expand Down

0 comments on commit 9864776

Please sign in to comment.