From ceeabd0c8fa43fbc774c9a9af4de27910d10e404 Mon Sep 17 00:00:00 2001 From: Kyep Date: Fri, 8 Feb 2019 17:19:43 -0800 Subject: [PATCH] adds descriptions to web sub-types --- .../mob/living/simple_animal/hostile/terror_spiders/black.dm | 3 ++- .../mob/living/simple_animal/hostile/terror_spiders/gray.dm | 3 ++- .../mob/living/simple_animal/hostile/terror_spiders/green.dm | 3 ++- .../mob/living/simple_animal/hostile/terror_spiders/purple.dm | 3 ++- .../mob/living/simple_animal/hostile/terror_spiders/queen.dm | 3 ++- .../mob/living/simple_animal/hostile/terror_spiders/red.dm | 3 ++- .../mob/living/simple_animal/hostile/terror_spiders/white.dm | 3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/terror_spiders/black.dm b/code/modules/mob/living/simple_animal/hostile/terror_spiders/black.dm index 1a9d01085b4..ca9fda81117 100644 --- a/code/modules/mob/living/simple_animal/hostile/terror_spiders/black.dm +++ b/code/modules/mob/living/simple_animal/hostile/terror_spiders/black.dm @@ -47,7 +47,8 @@ /obj/structure/spider/terrorweb/black - name = "dark terror web" + name = "sinister web" + desc = "This web has beads of a dark fluid on its strands." /obj/structure/spider/terrorweb/black/web_special_ability(var/mob/living/carbon/C) if(istype(C)) diff --git a/code/modules/mob/living/simple_animal/hostile/terror_spiders/gray.dm b/code/modules/mob/living/simple_animal/hostile/terror_spiders/gray.dm index 8baafb66aa5..2f124e94479 100644 --- a/code/modules/mob/living/simple_animal/hostile/terror_spiders/gray.dm +++ b/code/modules/mob/living/simple_animal/hostile/terror_spiders/gray.dm @@ -140,4 +140,5 @@ /obj/structure/spider/terrorweb/gray alpha = 100 - name = "stealthy terror web" \ No newline at end of file + name = "transparent web" + desc = "This web is partly transparent, making it harder to see, and easier to get caught by." \ No newline at end of file diff --git a/code/modules/mob/living/simple_animal/hostile/terror_spiders/green.dm b/code/modules/mob/living/simple_animal/hostile/terror_spiders/green.dm index 539c2602f5c..bfedd92b5f8 100644 --- a/code/modules/mob/living/simple_animal/hostile/terror_spiders/green.dm +++ b/code/modules/mob/living/simple_animal/hostile/terror_spiders/green.dm @@ -90,7 +90,8 @@ L.attack_animal(src) /obj/structure/spider/terrorweb/green - name = "slimy terror web" + name = "slimy web" + desc = "This web is partly composed of strands of green slime." /obj/structure/spider/terrorweb/green/web_special_ability(var/mob/living/carbon/C) if(istype(C)) diff --git a/code/modules/mob/living/simple_animal/hostile/terror_spiders/purple.dm b/code/modules/mob/living/simple_animal/hostile/terror_spiders/purple.dm index bd8f50c4be2..7f522b3382e 100644 --- a/code/modules/mob/living/simple_animal/hostile/terror_spiders/purple.dm +++ b/code/modules/mob/living/simple_animal/hostile/terror_spiders/purple.dm @@ -91,6 +91,7 @@ melee_damage_upper = 10 /obj/structure/spider/terrorweb/purple - name = "thick terror web" + name = "thick web" + desc = "This web is so thick, most cannot see beyond it." opacity = 1 health = 40 \ No newline at end of file diff --git a/code/modules/mob/living/simple_animal/hostile/terror_spiders/queen.dm b/code/modules/mob/living/simple_animal/hostile/terror_spiders/queen.dm index cb1436bf5ea..c29b800c259 100644 --- a/code/modules/mob/living/simple_animal/hostile/terror_spiders/queen.dm +++ b/code/modules/mob/living/simple_animal/hostile/terror_spiders/queen.dm @@ -351,7 +351,8 @@ L.adjustToxLoss(bonus_tox) /obj/structure/spider/terrorweb/queen - name = "toxic terror web" + name = "shimmering web" + desc = "This web seems to shimmer all different colors in the light." /obj/structure/spider/terrorweb/queen/web_special_ability(var/mob/living/carbon/C) if(istype(C)) diff --git a/code/modules/mob/living/simple_animal/hostile/terror_spiders/red.dm b/code/modules/mob/living/simple_animal/hostile/terror_spiders/red.dm index f9a64639687..98556c63d34 100644 --- a/code/modules/mob/living/simple_animal/hostile/terror_spiders/red.dm +++ b/code/modules/mob/living/simple_animal/hostile/terror_spiders/red.dm @@ -63,4 +63,5 @@ /obj/structure/spider/terrorweb/red health = 30 - name = "strong terror web" + name = "reinforced web" + desc = "This web is reinforced with extra strands, for added strength." diff --git a/code/modules/mob/living/simple_animal/hostile/terror_spiders/white.dm b/code/modules/mob/living/simple_animal/hostile/terror_spiders/white.dm index fc52becedad..3801a609c80 100644 --- a/code/modules/mob/living/simple_animal/hostile/terror_spiders/white.dm +++ b/code/modules/mob/living/simple_animal/hostile/terror_spiders/white.dm @@ -59,7 +59,8 @@ /obj/structure/spider/terrorweb/white - name = "sickly terror web" + name = "infested web" + desc = "This web is covered in hundreds of tiny, biting spiders - and their eggs." /obj/structure/spider/terrorweb/white/web_special_ability(var/mob/living/carbon/C) if(istype(C))