diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/redpanda.dm b/code/modules/mob/living/simple_mob/subtypes/vore/redpanda.dm index 8399dd79fb..dea6250b16 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/redpanda.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/redpanda.dm @@ -47,6 +47,16 @@ icon_dead = "wah_fae_dead" icon_rest = "wah_fae_rest" +/mob/living/simple_mob/vore/redpanda/blue + name = "blue wah" + desc = "Blue, but still cute!" + tt_desc = "Ailurus tribotum" + + icon_state = "wah_bloo" + icon_living = "wah_bloo" + icon_dead = "wah_bloo_dead" + icon_rest = "wah_bloo_rest" + vore_ignores_undigestable = 0 // wah don't care you're edible or not, you still go in vore_digest_chance = 0 // instead of digesting if you struggle... vore_absorb_chance = 20 // you get to become adorable purple wahpudge. diff --git a/icons/mob/vore.dmi b/icons/mob/vore.dmi index 92396f6cff..6186351b4d 100644 Binary files a/icons/mob/vore.dmi and b/icons/mob/vore.dmi differ