Golems now have tongues again, except cardboard golems (#68168)

* vocal cord slot

* puts vocal chords back

* reverts changes i couldnt figure out how to make mutant_vocalcords work

* cleanup

* woops

* Makes cardboard golems have no tongues

* adds no tongue to the greet
This commit is contained in:
Coffee
2022-07-12 17:47:50 -05:00
committed by GitHub
parent d5449a5228
commit 150bf4085d
4 changed files with 11 additions and 5 deletions
@@ -279,6 +279,8 @@
missing_organs += "liver"
if(!(NOSTOMACH in the_dudes_species.species_traits) && !humantarget.getorganslot(ORGAN_SLOT_STOMACH))
missing_organs += "stomach"
if(!(NOTONGUE in the_dudes_species.species_traits) && !humantarget.getorganslot(ORGAN_SLOT_TONGUE))
missing_organs += "tongue"
if(!humantarget.getorganslot(ORGAN_SLOT_EARS))
missing_organs += "ears"
if(!humantarget.getorganslot(ORGAN_SLOT_EYES))