From f87c5475c324039b7ec0b7857118d2ebf47074b9 Mon Sep 17 00:00:00 2001 From: Killian <49700375+KillianKirilenko@users.noreply.github.com> Date: Fri, 25 Sep 2020 17:55:04 +0100 Subject: [PATCH] Update oregrub.dm --- .../mob/living/simple_mob/subtypes/vore/oregrub.dm | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/oregrub.dm b/code/modules/mob/living/simple_mob/subtypes/vore/oregrub.dm index 9e55dfcd0cc..c4163733bda 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/oregrub.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/oregrub.dm @@ -22,11 +22,6 @@ outmatched_threshold = 25 //and we're outmatched by... basically everything! /datum/ai_holder/simple_mob/oregrub/lava - hostile = FALSE - retaliate = TRUE - can_flee = TRUE - dying_threshold = 1 - flee_when_outmatched = TRUE //lavagrubs will flee more readily than oregrubs outmatched_threshold = 15 /mob/living/simple_mob/vore/oregrub @@ -116,8 +111,8 @@ "rad" = 100 ) - var/lava_min_ore = 8 - var/lava_max_ore = 12 + var/lava_min_ore = 6 + var/lava_max_ore = 10 poison_per_bite = 5 poison_chance = 66 @@ -163,6 +158,7 @@ L.reagents.add_reagent(poison_type, poison_per_bite) //I'm no good at writing this stuff, so I've just left it as placeholders and disabled the chances of them eating you. +/* /mob/living/simple_mob/vore/oregrub/init_vore() ..() var/obj/belly/B = vore_selected @@ -173,4 +169,5 @@ "PLACEHOLDER!") B.emote_lists[DM_DIGEST] = list( - "PLACEHOLDER!") \ No newline at end of file + "PLACEHOLDER!") +*/ \ No newline at end of file