Merge remote-tracking branch 'upstream/master'

This commit is contained in:
BongaTheProto
2022-09-18 23:40:20 -05:00
62 changed files with 1769 additions and 43 deletions
+11 -1
View File
@@ -15,6 +15,7 @@
var/list/accents = list() //done in order of priority (please always apply abductor accent and stuttering last)
var/static/list/languages_possible_base = typecacheof(list(
/datum/language/common,
/datum/language/machine,
/datum/language/draconic,
/datum/language/codespeak,
/datum/language/monkey,
@@ -150,7 +151,7 @@
icon_state = "tonguexeno"
say_mod = "hisses"
taste_sensitivity = 10 // LIZARDS ARE ALIENS CONFIRMED
maxHealth = 500 //They've a little mouth for a tongue, so it's pretty rhobust
maxHealth = 500 //They've a little mouth for a tongue, so it's pretty robust
initial_accents = list(/datum/accent/alien)
var/static/list/languages_possible_alien = typecacheof(list(
/datum/language/xenocommon,
@@ -163,6 +164,13 @@
. = ..()
languages_possible = languages_possible_alien
/obj/item/organ/tongue/alien/hybrid
name = "xenohybrid tongue"
/obj/item/organ/tongue/alien/hybrid/Initialize(mapload)
. = ..()
languages_possible = languages_possible_base
/obj/item/organ/tongue/bone
name = "bone \"tongue\""
desc = "Apparently skeletons alter the sounds they produce through oscillation of their teeth, hence their characteristic rattling."
@@ -256,6 +264,7 @@
taste_sensitivity = 101 // Not a tongue, they can't taste shit
var/static/list/languages_possible_ethereal = typecacheof(list(
/datum/language/common,
/datum/language/machine,
/datum/language/draconic,
/datum/language/codespeak,
/datum/language/monkey,
@@ -277,6 +286,7 @@
say_mod = "chitters"
var/static/list/languages_possible_arachnid = typecacheof(list(
/datum/language/common,
/datum/language/machine,
/datum/language/draconic,
/datum/language/codespeak,
/datum/language/monkey,