From ddc32842a6fac1f3bc8dd267a9055444701e6349 Mon Sep 17 00:00:00 2001 From: Sniblet <36427443+Sniblet@users.noreply.github.com> Date: Mon, 22 Jan 2024 06:26:11 -0500 Subject: [PATCH] Using Gustatorial Centre (Tongue) reads as "samples" instead of "licks" (#18242) * the pr * the changelog * less of the changelog --- code/modules/organs/subtypes/augment.dm | 4 ++-- html/changelogs/sniblet-gustatorial-tongue.yml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/sniblet-gustatorial-tongue.yml diff --git a/code/modules/organs/subtypes/augment.dm b/code/modules/organs/subtypes/augment.dm index afab958a770..35a86e4e8f3 100644 --- a/code/modules/organs/subtypes/augment.dm +++ b/code/modules/organs/subtypes/augment.dm @@ -496,8 +496,8 @@ cooldown = 8 var/taste_sensitivity = TASTE_NORMAL - var/action_verb = "licks" - var/self_action_verb = "lick" + var/action_verb = "samples" + var/self_action_verb = "sample" /obj/item/organ/internal/augment/gustatorial/attack_self(var/mob/user) . = ..() diff --git a/html/changelogs/sniblet-gustatorial-tongue.yml b/html/changelogs/sniblet-gustatorial-tongue.yml new file mode 100644 index 00000000000..671f6f69a8b --- /dev/null +++ b/html/changelogs/sniblet-gustatorial-tongue.yml @@ -0,0 +1,6 @@ +author: Sniblet + +delete-after: True + +changes: + - tweak: "Using the gustatorial center (tongue) now causes the user to 'sample' something instead of licking it."