mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user