From 57f92df2eaf117d89d034613d22c5bb67202cdb0 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 24 Apr 2019 13:00:33 -0400 Subject: [PATCH] Adds hostile NPC shadekin By staff request. --- .../subtypes/vore/shadekin/types.dm | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/shadekin/types.dm b/code/modules/mob/living/simple_mob/subtypes/vore/shadekin/types.dm index 79e12f39fbf..e9ef05cbece 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/shadekin/types.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/shadekin/types.dm @@ -35,6 +35,16 @@ /mob/living/simple_mob/shadekin/red/brown icon_state = "brown" +/mob/living/simple_mob/shadekin/red/ai + ai_holder_type = /datum/ai_holder/simple_mob/melee + +/mob/living/simple_mob/shadekin/red/ai/white + icon_state = "white" +/mob/living/simple_mob/shadekin/red/ai/dark + icon_state = "dark" +/mob/living/simple_mob/shadekin/red/ai/brown + icon_state = "brown" + ///////////////////////////////////////////////////////////////// /mob/living/simple_mob/shadekin/blue name = "blue-eyed shadekin" @@ -241,6 +251,16 @@ /mob/living/simple_mob/shadekin/orange/brown icon_state = "brown" +/mob/living/simple_mob/shadekin/orange/ai + ai_holder_type = /datum/ai_holder/simple_mob/melee + +/mob/living/simple_mob/shadekin/orange/ai/white + icon_state = "white" +/mob/living/simple_mob/shadekin/orange/ai/dark + icon_state = "dark" +/mob/living/simple_mob/shadekin/orange/ai/brown + icon_state = "brown" + ///////////////////////////////////////////////////////////////// //Fluffy specific fluffer /mob/living/simple_mob/shadekin/blue/rivyr