From c3d9f5ff0af46b6be2b156cb62e62b656efe28ac Mon Sep 17 00:00:00 2001 From: HungryMoth <44932635+HungryMoth@users.noreply.github.com> Date: Sat, 10 Nov 2018 17:15:51 -0500 Subject: [PATCH 1/6] Update species_languages_vr.dm --- code/__defines/species_languages_vr.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/__defines/species_languages_vr.dm b/code/__defines/species_languages_vr.dm index 8c5c505f82..224478646d 100644 --- a/code/__defines/species_languages_vr.dm +++ b/code/__defines/species_languages_vr.dm @@ -4,6 +4,7 @@ #define LANGUAGE_ECUREUILIAN "Ecureuilian" #define LANGUAGE_DAEMON "Daemon" #define LANGUAGE_ENOCHIAN "Enochian" +#define LANGUAGE_VESPINAE "Vespinae" #define LANGUAGE_CHIMPANZEE "Chimpanzee" #define LANGUAGE_NEAERA "Neaera" From 6ced431d0faa55a2a6e8b9b9ebe71ba5a47c525b Mon Sep 17 00:00:00 2001 From: HungryMoth <44932635+HungryMoth@users.noreply.github.com> Date: Sat, 10 Nov 2018 17:16:58 -0500 Subject: [PATCH 2/6] Update stylesheet.dm --- code/stylesheet.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 7c595b923f..25e317e6e4 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -102,6 +102,7 @@ h1.alert, h2.alert {color: #000000;} .vulpkanin {color: #B97A57;} .enochian {color: #848A33; letter-spacing:-1pt; word-spacing:4pt; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;} .daemon {color: #5E339E; letter-spacing:-1pt; word-spacing:0pt; font-family: "Courier New", Courier, monospace;} +.bug {color: #9e9e39;} .vox {color: #AA00AA;} .rough {font-family: "Trebuchet MS", cursive, sans-serif;} .say_quote {font-family: Georgia, Verdana, sans-serif;} From 48509737c6d407e54244b066f75d366a1ed1619b Mon Sep 17 00:00:00 2001 From: HungryMoth <44932635+HungryMoth@users.noreply.github.com> Date: Sat, 10 Nov 2018 17:21:38 -0500 Subject: [PATCH 3/6] Update station_vr.dm --- code/modules/mob/language/station_vr.dm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/code/modules/mob/language/station_vr.dm b/code/modules/mob/language/station_vr.dm index 7c610ab9a2..b0e76efad4 100644 --- a/code/modules/mob/language/station_vr.dm +++ b/code/modules/mob/language/station_vr.dm @@ -70,6 +70,18 @@ syllables = list("salve","sum","loqui","operatur","iusta","et","permittit","facere","effercio","pluribus","enim","hoc", "mihi","wan","six","salve","tartu") machine_understands = FALSE + +/datum/language/bug + name = LANGUAGE_VESPINAE + desc = "A jarring and stuttery language devised by the various arthropod species of the galaxy to communicate. It is exceedingly complex and practically impossible to learn if you lack the proper mouthparts." + speech_verb = "clicks" + ask_verb = "chitters" + exclaim_verb = "rasps" + colour = "bug" + key = "x" + syllables = list("vaur","uyek","uyit","avek","sc'theth","k'ztak","teth","wre'ge","lii","dra'","zo'","ra'","kax'","zz","vh","ik","ak", + "uhk","zir","sc'orth","sc'er","thc'yek","th'zirk","th'esk","k'ayek","ka'mil","sc'","ik'yir","yol","kig","k'zit","'","'","zrk","krg","isk'yet","na'k", + "sc'azz","th'sc","nil","n'ahk","sc'yeth","aur'sk","iy'it","azzg","a'","i'","o'","u'","a","i","o","u","zz","kr","ak","nrk","tzzk","bz","xic'","k'lax'","histh") /datum/language/unathi flags = 0 From 3ce47937a448f445d36ccef82a690957ae37611a Mon Sep 17 00:00:00 2001 From: HungryMoth <44932635+HungryMoth@users.noreply.github.com> Date: Tue, 27 Nov 2018 13:36:52 -0500 Subject: [PATCH 4/6] Updated Lore for Vasilissans --- code/modules/mob/language/station_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/language/station_vr.dm b/code/modules/mob/language/station_vr.dm index b0e76efad4..488167dc17 100644 --- a/code/modules/mob/language/station_vr.dm +++ b/code/modules/mob/language/station_vr.dm @@ -73,7 +73,7 @@ /datum/language/bug name = LANGUAGE_VESPINAE - desc = "A jarring and stuttery language devised by the various arthropod species of the galaxy to communicate. It is exceedingly complex and practically impossible to learn if you lack the proper mouthparts." + desc = "A jarring and clicky language developed and used by Vasilissans, it is designed for use with mouthparts and as a result has become a common language for various arthropod species." speech_verb = "clicks" ask_verb = "chitters" exclaim_verb = "rasps" From 8c1d835b3858907ac0e28919674db6892c2e5c2b Mon Sep 17 00:00:00 2001 From: HungryMoth <44932635+HungryMoth@users.noreply.github.com> Date: Tue, 27 Nov 2018 13:41:44 -0500 Subject: [PATCH 5/6] Gives Vasilissans the language by default --- .../living/carbon/human/species/station/station_special_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm index f234244240..c15fe7ccdb 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm @@ -323,7 +323,7 @@ burn_mod = 1.15 //15% burn damage increase. They're spiders. Aerosol can+lighter = dead spiders. num_alternate_languages = 2 - secondary_langs = list("Sol Common") + secondary_langs = list(LANGUAGE_VESPINAE, "Sol Common") color_mult = 1 tail = "tail" //Spider tail. icobase_tail = 1 From 8b56ee84a9bd0d5c63c70f331464eada68dce5a0 Mon Sep 17 00:00:00 2001 From: HungryMoth <44932635+HungryMoth@users.noreply.github.com> Date: Fri, 30 Nov 2018 23:16:24 -0500 Subject: [PATCH 6/6] Removed Sol Common from Vasi's --- .../living/carbon/human/species/station/station_special_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm index c15fe7ccdb..1857e59bcd 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_special_vr.dm @@ -323,7 +323,7 @@ burn_mod = 1.15 //15% burn damage increase. They're spiders. Aerosol can+lighter = dead spiders. num_alternate_languages = 2 - secondary_langs = list(LANGUAGE_VESPINAE, "Sol Common") + secondary_langs = list(LANGUAGE_VESPINAE) color_mult = 1 tail = "tail" //Spider tail. icobase_tail = 1