From 20a827cde8329fbfb9ec6de481ef432e7fc536bc Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 1 May 2019 19:06:45 -0400 Subject: [PATCH] Adds AI for all the other shadekin types --- .../subtypes/vore/shadekin/types.dm | 40 +++++++++++++++++++ 1 file changed, 40 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 e9ef05cbece..196fe248649 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 @@ -92,6 +92,16 @@ /mob/living/simple_mob/shadekin/blue/brown icon_state = "brown" +/mob/living/simple_mob/shadekin/blue/ai + ai_holder_type = /datum/ai_holder/simple_mob/passive + +/mob/living/simple_mob/shadekin/blue/ai/white + icon_state = "white" +/mob/living/simple_mob/shadekin/blue/ai/dark + icon_state = "dark" +/mob/living/simple_mob/shadekin/blue/ai/brown + icon_state = "brown" + ///////////////////////////////////////////////////////////////// /mob/living/simple_mob/shadekin/purple name = "purple-eyed shadekin" @@ -134,6 +144,16 @@ /mob/living/simple_mob/shadekin/purple/brown icon_state = "brown" +/mob/living/simple_mob/shadekin/purple/ai + ai_holder_type = /datum/ai_holder/simple_mob/retaliate + +/mob/living/simple_mob/shadekin/purple/ai/white + icon_state = "white" +/mob/living/simple_mob/shadekin/purple/ai/dark + icon_state = "dark" +/mob/living/simple_mob/shadekin/purple/ai/brown + icon_state = "brown" + ///////////////////////////////////////////////////////////////// /mob/living/simple_mob/shadekin/yellow name = "yellow-eyed shadekin" @@ -174,6 +194,16 @@ /mob/living/simple_mob/shadekin/yellow/brown icon_state = "brown" +/mob/living/simple_mob/shadekin/yellow/ai + ai_holder_type = /datum/ai_holder/simple_mob/melee/hit_and_run + +/mob/living/simple_mob/shadekin/yellow/ai/white + icon_state = "white" +/mob/living/simple_mob/shadekin/yellow/ai/dark + icon_state = "dark" +/mob/living/simple_mob/shadekin/yellow/ai/brown + icon_state = "brown" + ///////////////////////////////////////////////////////////////// /mob/living/simple_mob/shadekin/green name = "green-eyed shadekin" @@ -214,6 +244,16 @@ /mob/living/simple_mob/shadekin/green/brown icon_state = "brown" +/mob/living/simple_mob/shadekin/green/ai + ai_holder_type = /datum/ai_holder/simple_mob/passive + +/mob/living/simple_mob/shadekin/green/ai/white + icon_state = "white" +/mob/living/simple_mob/shadekin/green/ai/dark + icon_state = "dark" +/mob/living/simple_mob/shadekin/green/ai/brown + icon_state = "brown" + ///////////////////////////////////////////////////////////////// /mob/living/simple_mob/shadekin/orange name = "orange-eyed shadekin"