From bc00cec3bac5b018328bb1352ef3b9d048b398f7 Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Sat, 9 Dec 2023 12:50:13 +0300 Subject: [PATCH] Synthetic Humanoids. Now taste-less and less picky! (#1026) gives synth tongue NONE foodtypes Co-authored-by: Hypertorus Fusion Reactor <109750345+dis-integrates-the-integration-tests@users.noreply.github.com> --- modular_skyrat/modules/synths/code/bodyparts/tongue.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modular_skyrat/modules/synths/code/bodyparts/tongue.dm b/modular_skyrat/modules/synths/code/bodyparts/tongue.dm index d5c2564fdb3..1d64febe161 100644 --- a/modular_skyrat/modules/synths/code/bodyparts/tongue.dm +++ b/modular_skyrat/modules/synths/code/bodyparts/tongue.dm @@ -8,6 +8,8 @@ attack_verb_simple = list("beep", "boop") modifies_speech = TRUE taste_sensitivity = 25 // not as good as an organic tongue + liked_foodtypes = NONE + disliked_foodtypes = NONE maxHealth = 100 //RoboTongue! zone = BODY_ZONE_HEAD slot = ORGAN_SLOT_TONGUE