Skip to content

Commit

Permalink
Synthetic Humanoids. Now taste-less and less picky! (#1026)
Browse files Browse the repository at this point in the history
gives synth tongue NONE foodtypes

Co-authored-by: Hypertorus Fusion Reactor <109750345+dis-integrates-the-integration-tests@users.noreply.github.com>
  • Loading branch information
1 parent 6d0d6e5 commit bc00cec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modular_skyrat/modules/synths/code/bodyparts/tongue.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc00cec

Please sign in to comment.