diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/giant_spider_vr.dm b/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/giant_spider_vr.dm index 831dfb831e8..2ff8c55598c 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/giant_spider_vr.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/giant_spider_vr.dm @@ -21,3 +21,25 @@ poison_type = "psilocybin" ai_holder_type = /datum/ai_holder/simple_mob/ranged/electric_spider + +//Lost to AI refactor, returning champion of arachnophobe horror, Spider Queen +/mob/living/simple_mob/animal/giant_spider/nurse/queen + name = "giant spider queen" + desc = "Absolutely gigantic, this creature is horror itself." + tt_desc = "X Brachypelma phorus tyrannus" + icon = 'icons/mob/64x64.dmi' + icon_state = "spider_queen" + icon_living = "spider_queen" + icon_dead = "spider_queen_dead" + + maxHealth = 320 + health = 320 + + melee_damage_lower = 20 + melee_damage_upper = 30 + attack_armor_pen = 25 + + pixel_x = -16 + pixel_y = -16 + old_x = -16 + old_y = -16