adds descriptions to web sub-types

This commit is contained in:
Kyep
2019-02-08 17:19:43 -08:00
parent b001cb6947
commit ceeabd0c8f
7 changed files with 14 additions and 7 deletions
@@ -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))
@@ -140,4 +140,5 @@
/obj/structure/spider/terrorweb/gray
alpha = 100
name = "stealthy terror web"
name = "transparent web"
desc = "This web is partly transparent, making it harder to see, and easier to get caught by."
@@ -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))
@@ -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
@@ -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))
@@ -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."
@@ -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))