From c2e8e52ae1b79adebd19c163d4373273b11ab49f Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 29 Mar 2019 10:53:20 -0400 Subject: [PATCH 1/5] Adds Mlems to Default Species Tajara and Vulpkanin so far. --- .../mob/living/carbon/human/species/station/station_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index b2c369884ff..839edf6afc8 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -244,7 +244,7 @@ // gluttonous = 1 num_alternate_languages = 3 color_mult = 1 - inherent_verbs = list(/mob/living/proc/shred_limb) + inherent_verbs = list(/mob/living/proc/shred_limb, /mob/living/carbon/human/proc/lick_wounds) blurb = "Vulpkanin are a species of sharp-witted canine-pideds residing on the planet Altam just barely within the \ dual-star Vazzend system. Their politically de-centralized society and independent natures have led them to become a species and \ @@ -318,7 +318,7 @@ color_mult = 1 min_age = 18 gluttonous = 0 //Moving this here so I don't have to fix this conflict every time polaris glances at station.dm - inherent_verbs = list(/mob/living/proc/shred_limb) + inherent_verbs = list(/mob/living/proc/shred_limb, /mob/living/carbon/human/proc/lick_wounds) heat_discomfort_level = 294 //Prevents heat discomfort spam at 20c /datum/species/skrell From 527b7a760d15910299fa541207f47e4cb72f5d2d Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 29 Mar 2019 16:35:10 -0400 Subject: [PATCH 2/5] Sergals and Zorren included. --- .../mob/living/carbon/human/species/station/station_vr.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index 839edf6afc8..b9a5d85e9dd 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -32,7 +32,7 @@ spawn_flags = SPECIES_CAN_JOIN appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_SKIN_COLOR | HAS_EYE_COLOR - inherent_verbs = list(/mob/living/proc/shred_limb) + inherent_verbs = list(/mob/living/proc/shred_limb, /mob/living/carbon/human/proc/lick_wounds) flesh_color = "#AFA59E" base_color = "#777777" @@ -159,6 +159,7 @@ num_alternate_languages = 3 secondary_langs = list(LANGUAGE_TERMINUS) name_language = LANGUAGE_TERMINUS + inherent_verbs = list(/mob/living/carbon/human/proc/lick_wounds) min_age = 18 max_age = 80 @@ -198,6 +199,7 @@ num_alternate_languages = 3 secondary_langs = list(LANGUAGE_TERMINUS) name_language = LANGUAGE_TERMINUS + inherent_verbs = list(/mob/living/carbon/human/proc/lick_wounds) min_age = 18 max_age = 80 From c229c6b8c990c72bbac0315c2c43c4a382fb5425 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 31 Mar 2019 12:43:07 -0400 Subject: [PATCH 3/5] Removed Sergal lick wounds --- .../mob/living/carbon/human/species/station/station_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index 33ae79dea78..2c2c1cfaff9 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -32,7 +32,7 @@ spawn_flags = SPECIES_CAN_JOIN appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_SKIN_COLOR | HAS_EYE_COLOR - inherent_verbs = list(/mob/living/proc/shred_limb, /mob/living/carbon/human/proc/lick_wounds) + inherent_verbs = list(/mob/living/proc/shred_limb) flesh_color = "#AFA59E" base_color = "#777777" From 692d8265baf6de02f55cdf73ca869b1afa5d4ed4 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 31 Mar 2019 12:45:36 -0400 Subject: [PATCH 4/5] Something reverted one of my changes --- .../mob/living/carbon/human/species/station/station_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index 2c2c1cfaff9..21de50dcd7e 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -314,7 +314,7 @@ color_mult = 1 min_age = 18 gluttonous = 0 //Moving this here so I don't have to fix this conflict every time polaris glances at station.dm - inherent_verbs = list(/mob/living/proc/shred_limb) + inherent_verbs = list(/mob/living/proc/shred_limb, /mob/living/carbon/human/proc/lick_wounds) heat_discomfort_level = 295 //Prevents heat discomfort spam at 20c /datum/species/skrell From 465b77bdaaad629c3c50c778087cb64f37240772 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 31 Mar 2019 13:14:24 -0400 Subject: [PATCH 5/5] Fixes an oversight --- .../mob/living/carbon/human/species/station/station_vr.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index 21de50dcd7e..b40f8a9bfe5 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -344,6 +344,7 @@ min_age = 18 push_flags = ~HEAVY //Allows them to use micro step code. swap_flags = ~HEAVY + gluttonous = 0 inherent_verbs = list( /mob/living/carbon/human/proc/sonar_ping,