From 9262688946a0ffb52ab2d21a031e3af23840b2bb Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 6 Mar 2019 07:56:16 +0100 Subject: [PATCH] The spider itself Based on frost spiders --- .../living/simple_animal/animals/giant_spider.dm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 7fe6744c64..e4c3f91e57 100644 --- a/code/modules/mob/living/simple_animal/animals/giant_spider.dm +++ b/code/modules/mob/living/simple_animal/animals/giant_spider.dm @@ -12,6 +12,7 @@ icon_state = "guard" icon_living = "guard" icon_dead = "guard_dead" + isEdible = 0 faction = "spiders" intelligence_level = SA_ANIMAL @@ -582,6 +583,19 @@ Spider Procs busy = 0 stop_automated_movement = 0 +//CHOMPEDIT LIQUID EGG INJECTORS +/mob/living/simple_animal/hostile/giant_spider/frost/liquidegg + desc = "Icy and blue. This one has brilliant blue eyes, to seduce you into accepting its eggs." + tt_desc = "X Brachypelma ovum pruinae" + icon_state = "frost" + icon_living = "frost" + icon_dead = "frost_dead" + + maxHealth = 175 + health = 175 + + poison_per_bite = 7 + poison_type = "spideregg" #undef SPINNING_WEB #undef LAYING_EGGS