From e62445ff39ec8aeb8fcbdd0259a8161060fc8a8f Mon Sep 17 00:00:00 2001 From: Verkister Date: Sun, 1 Dec 2019 12:56:27 +0200 Subject: [PATCH] bruh --- code/modules/mob/living/simple_mob/subtypes/vore/panther.dm | 4 ++-- code/modules/mob/living/simple_mob/subtypes/vore/rat.dm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/panther.dm b/code/modules/mob/living/simple_mob/subtypes/vore/panther.dm index 473c7560a9..2ed50dd423 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/panther.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/panther.dm @@ -40,14 +40,14 @@ vore_pounce_chance = 10 vore_icons = SA_ICON_LIVING | SA_ICON_REST -/mob/living/simple_mob/vore/panther/Login() +/mob/living/simple_mob/vore/aggressive/panther/Login() . = ..() if(!riding_datum) riding_datum = new /datum/riding/simple_mob(src) verbs |= /mob/living/simple_mob/proc/animal_mount movement_cooldown = 0 -/mob/living/simple_mob/vore/panther/MouseDrop_T(mob/living/M, mob/living/user) +/mob/living/simple_mob/vore/aggressive/panther/MouseDrop_T(mob/living/M, mob/living/user) return /datum/say_list/panther diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/rat.dm b/code/modules/mob/living/simple_mob/subtypes/vore/rat.dm index 76e9bf8a49..33f9455bf0 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/rat.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/rat.dm @@ -169,14 +169,14 @@ playsound(src, 'sound/effects/mouse_squeak_loud.ogg', 50, 1) ..() -/mob/living/simple_mob/rat/panther/Login() +/mob/living/simple_mob/vore/aggressive/rat/Login() . = ..() if(!riding_datum) riding_datum = new /datum/riding/simple_mob(src) verbs |= /mob/living/simple_mob/proc/animal_mount movement_cooldown = 0 -/mob/living/simple_mob/vore/rat/MouseDrop_T(mob/living/M, mob/living/user) +/mob/living/simple_mob/vore/aggressive/rat/MouseDrop_T(mob/living/M, mob/living/user) return /mob/living/simple_mob/vore/aggressive/rat/phoron