[MODULAR][NO GBP] lick fix (#26599)

Update verbs.dm
This commit is contained in:
Pinta
2024-02-22 02:03:53 +01:00
committed by GitHub
parent 6119407b5f
commit bda44efcdd
@@ -69,7 +69,7 @@
return FALSE
to_chat(src, span_notice("[target] tastes like [taste]."))
to_chat(target, span_notice("[target] licks you."))
to_chat(target, span_notice("[src] licks you."))
/mob/living/carbon/human/verb/smell(mob/living/carbon/human/target in get_adjacent_humans())
set name = "Smell"