From 99a887f1db94ae0061dc52db1ca687e443bc41db Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Fri, 1 Jul 2016 14:27:32 -0400 Subject: [PATCH] Gives monkeys the default language Also removes the tab spaces that were meant to make it look neater that Github just said "no" to. --- .../carbon/human/species/station/monkey_vr.dm | 53 ++++++++++--------- 1 file changed, 28 insertions(+), 25 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/monkey_vr.dm b/code/modules/mob/living/carbon/human/species/station/monkey_vr.dm index bb62d48a58..566fb1b655 100644 --- a/code/modules/mob/living/carbon/human/species/station/monkey_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/monkey_vr.dm @@ -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.