From b10e5c2dee4dc57ebbaac85dce9ea6e51367e82a Mon Sep 17 00:00:00 2001 From: Belsima Date: Sat, 9 Sep 2017 13:16:52 -0400 Subject: [PATCH] Makes giant spider descriptions respect their sprites. --- code/modules/mob/living/simple_animal/animals/giant_spider.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/animals/giant_spider.dm b/code/modules/mob/living/simple_animal/animals/giant_spider.dm index 5cb191726f..381c65eda2 100644 --- a/code/modules/mob/living/simple_animal/animals/giant_spider.dm +++ b/code/modules/mob/living/simple_animal/animals/giant_spider.dm @@ -7,7 +7,7 @@ //basic spider mob, these generally guard nests /mob/living/simple_animal/hostile/giant_spider name = "giant spider" - desc = "Furry and black, it makes you shudder to look at it. This one has deep red eyes." + desc = "Furry and brown, it makes you shudder to look at it. This one has deep red eyes." icon_state = "guard" icon_living = "guard" icon_dead = "guard_dead" @@ -45,7 +45,7 @@ //nursemaids - these create webs and eggs /mob/living/simple_animal/hostile/giant_spider/nurse - desc = "Furry and black, it makes you shudder to look at it. This one has brilliant green eyes." + desc = "Furry and beige, it makes you shudder to look at it. This one has brilliant green eyes." icon_state = "nurse" icon_living = "nurse" icon_dead = "nurse_dead"