From d2fe5da1cdfc436f7464348eec44ba552d5a4d45 Mon Sep 17 00:00:00 2001 From: Spades Date: Wed, 5 Jul 2017 11:31:46 -0400 Subject: [PATCH] New icons for outside otie. --- code/modules/mob/living/simple_animal/vore/otie.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/vore/otie.dm b/code/modules/mob/living/simple_animal/vore/otie.dm index ce4280c8ab9..4573cd5d6ba 100644 --- a/code/modules/mob/living/simple_animal/vore/otie.dm +++ b/code/modules/mob/living/simple_animal/vore/otie.dm @@ -46,7 +46,10 @@ /mob/living/simple_animal/otie/feral //gets the pet2tame feature. starts out hostile tho so get gamblin' name = "feral otie" - desc = "The classic bioengineered longdog. No pets. Only bite. This one has spent too much time out on the surface of Virgo-3B." + desc = "The classic bioengineered longdog. No pets. Only bite. This one has mutated from too much time out on the surface of Virgo-3B." + icon_state = "siftusian" + icon_dead = "siftusian-dead" + icon_rest = "siftusian_rest" tame_chance = 5 // Only a 1 in 20 chance of success. It's feral. What do you expect? // Lazy way of making sure this otie survives outside. min_oxy = 0.5