mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Merge pull request #4850 from Heroman3003/queen-spider
Returns giant Spider Queen mob lost in refactor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user