[MIRROR] Basic Mob Spiders I: Ability refactor [MDB IGNORE] (#19200)

* Basic Mob Spiders I: Ability refactor

* Update tgstation.dme

* Update tgstation.dme

* Update tgstation.dme

* Update tgstation.dme

* Update tgstation.dme

* Update tgstation.dme

---------

Co-authored-by: Jacquerel <hnevard@gmail.com>
Co-authored-by: KathrinBailey <53862927+KathrinBailey@users.noreply.github.com>
Co-authored-by: KathrinBailey <kat892@outlook.com>
This commit is contained in:
SkyratBot
2023-02-22 19:49:39 +01:00
committed by GitHub
parent 5f1fe0a0a9
commit bb9b68a88d
11 changed files with 380 additions and 389 deletions
@@ -102,14 +102,11 @@
to_chat(user, span_warning("\The [src] is not ready to hatch yet!"))
return FALSE
/obj/effect/mob_spawn/ghost_role/spider/equip(mob/living/simple_animal/hostile/giant_spider/spawned_spider)
if(spawned_spider)
spawned_spider.directive = directive
/obj/effect/mob_spawn/ghost_role/spider/special(mob/user)
. = ..()
/obj/effect/mob_spawn/ghost_role/spider/special(mob/living/simple_animal/hostile/giant_spider/spawned_mob, mob/mob_possessor)
spawned_mob.directive = directive
egg.spawner = null
QDEL_NULL(egg)
return ..()
/obj/effect/mob_spawn/ghost_role/spider/enriched
name = "enriched egg cluster"