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