Reworks last resort. Reverts #23992 (#24389)

* Reworks last resort. Reverts #23992

* forgot to push these

* projectiles no longer pass over headslugs
This commit is contained in:
GDN
2024-03-16 11:12:09 -05:00
committed by GitHub
parent 9c338a3dc3
commit 4cf311cbf2
6 changed files with 22 additions and 25 deletions
@@ -1,5 +1,5 @@
#define EGG_INCUBATION_DEAD_CYCLE 60
#define EGG_INCUBATION_LIVING_CYCLE 120
#define EGG_INCUBATION_DEAD_CYCLE 120
#define EGG_INCUBATION_LIVING_CYCLE 200
/mob/living/simple_animal/hostile/headslug
name = "headslug"
desc = "Absolutely not de-beaked or harmless. Keep away from corpses."
@@ -59,6 +59,9 @@
to_chat(src, "<span class='userdanger'>With our egg laid, our death approaches rapidly...</span>")
addtimer(CALLBACK(src, PROC_REF(death)), 25 SECONDS)
/mob/living/simple_animal/hostile/headslug/projectile_hit_check(obj/item/projectile/P)
return (stat || FALSE)
/obj/item/organ/internal/body_egg/changeling_egg
name = "changeling egg"
desc = "Twitching and disgusting."