From 915324f093ec5284343a0e60b7778fce9c929f42 Mon Sep 17 00:00:00 2001 From: Verkister Date: Fri, 19 Jun 2020 01:36:56 +0300 Subject: [PATCH 1/2] Puts new Rykka in the poi --- .../submaps/underdark_pois/rykka_easter_egg.dmm | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/maps/tether/submaps/underdark_pois/rykka_easter_egg.dmm b/maps/tether/submaps/underdark_pois/rykka_easter_egg.dmm index df6306c246..4f32bf055b 100644 --- a/maps/tether/submaps/underdark_pois/rykka_easter_egg.dmm +++ b/maps/tether/submaps/underdark_pois/rykka_easter_egg.dmm @@ -7,24 +7,9 @@ /area/mine/explored/underdark) "c" = ( /obj/structure/dogbed, -/mob/living/simple_mob/animal/wolf/phoron{ +/mob/living/simple_mob/animal/wolf/direwolf/rykka{ attacktext = list("attacked, bites, gnaws"); - color = "#6D5843"; - desc = "This canine looks like a GSD. It has a collar tagged, 'Bitch'"; friendly = list("nuzzles, cuddles, rubs against"); - name = "Rykka"; - size_multiplier = 1.25; - tt_desc = "Canidae"; - vore_bump_chance = 100; - vore_bump_emote = "clamps down on with iron jaws"; - vore_default_contamination_color = "purple"; - vore_default_contamination_flavor = "Acrid"; - vore_digest_chance = 85; - vore_escape_chance = 5; - vore_pounce_chance = 100; - vore_pounce_maxhealth = 100; - vore_stomach_flavor = "A black-and-purple veined gut, pulsing warmly around you. Loud gurgles sound around you as the gut squishes inwards and attempts to crush you - Rykka seems intent on digesting you, like the meat you are."; - vore_stomach_name = "Gut" }, /turf/simulated/mineral/floor/ignore_cavegen/virgo3b, /area/mine/explored/underdark) From a32c646a2ee956a8bb7de9988c2b441d88648647 Mon Sep 17 00:00:00 2001 From: Verkister Date: Fri, 19 Jun 2020 11:15:43 +0300 Subject: [PATCH 2/2] Update wolf.dm --- .../mob/living/simple_mob/subtypes/vore/wolf.dm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm b/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm index e236eb80bb..b4c656ddc3 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/wolf.dm @@ -126,6 +126,17 @@ faction = "underdark" has_eye_glow = TRUE + min_oxy = 0 + max_oxy = 0 + min_tox = 0 + max_tox = 0 + min_co2 = 0 + max_co2 = 0 + min_n2 = 0 + max_n2 = 0 + minbodytemp = 0 + maxbodytemp = 700 + vore_bump_chance = 100 vore_bump_emote = "clamps down on with iron jaws" vore_default_contamination_color = "purple" @@ -147,4 +158,4 @@ icon_state = "andrews" icon_rest = "andrews_rest" - mount_offset_y = 17 \ No newline at end of file + mount_offset_y = 17