Gives monkeys the default language

Also removes the tab spaces that were meant to make it look neater that
Github just said "no" to.
This commit is contained in:
Cameron653
2016-07-01 14:27:32 -04:00
parent daffbb284a
commit 99a887f1db
@@ -1,25 +1,28 @@
/datum/species/monkey/shark
name = "Sobaka"
name_plural = "Sobaka"
icobase = 'icons/mob/human_races/monkeys/r_sobaka_vr.dmi'
deform = 'icons/mob/human_races/monkeys/r_sobaka_vr.dmi'
tail = null //The tail is part of its body due to tail using the "icons/effects/species.dmi" file. It must be null, or they'll have a chimp tail.
greater_form = "Akula" //Oh, also, I went ahead and made it so everything lines up so it looks nice.
name = "Sobaka"
name_plural = "Sobaka"
icobase = 'icons/mob/human_races/monkeys/r_sobaka_vr.dmi'
deform = 'icons/mob/human_races/monkeys/r_sobaka_vr.dmi'
tail = null //The tail is part of its body due to tail using the "icons/effects/species.dmi" file. It must be null, or they'll have a chimp tail.
greater_form = "Akula"
default_language = "Skrellian" //Closest we have.
/datum/species/monkey/sergal
name = "Sergaling"
greater_form = "Sergal"
icobase = 'icons/mob/human_races/monkeys/r_sergaling_vr.dmi'
deform = 'icons/mob/human_races/monkeys/r_sergaling_vr.dmi'
tail = null
name = "Sergaling"
greater_form = "Sergal"
icobase = 'icons/mob/human_races/monkeys/r_sergaling_vr.dmi'
deform = 'icons/mob/human_races/monkeys/r_sergaling_vr.dmi'
tail = null
default_language = "Sagaru"
/datum/species/monkey/sparra
name = "Sparra"
name_plural = "Sparra"
greater_form = "Nevrean"
tail = null
icobase = 'icons/mob/human_races/monkeys/r_sparra_vr.dmi'
deform = 'icons/mob/human_races/monkeys/r_sparra_vr.dmi'
name = "Sparra"
name_plural = "Sparra"
greater_form = "Nevrean"
tail = null
icobase = 'icons/mob/human_races/monkeys/r_sparra_vr.dmi'
deform = 'icons/mob/human_races/monkeys/r_sparra_vr.dmi'
default_language = "Birdsong"
/* Example from Polaris code
@@ -38,17 +41,17 @@
*/
/datum/species/monkey/vulpkanin
name = "Wolpin"
name_plural = "Wolpin"
name = "Wolpin"
name_plural = "Wolpin"
icobase = 'icons/mob/human_races/monkeys/r_wolpin.dmi'
deform = 'icons/mob/human_races/monkeys/r_wolpin.dmi'
icobase = 'icons/mob/human_races/monkeys/r_wolpin.dmi'
deform = 'icons/mob/human_races/monkeys/r_wolpin.dmi'
greater_form = "Vulpkanin"
greater_form = "Vulpkanin"
default_language = "Canilunzt"
flesh_color = "#966464"
base_color = "#000000"
tail = null
flesh_color = "#966464"
base_color = "#000000"
tail = null
//INSERT CODE HERE SO MONKEYS CAN BE SPAWNED.
//Also, M was added to the end of the spawn names to signify that it's a monkey, since some names were conflicting.