mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
* Reworks last resort. Reverts #23992 * forgot to push these * projectiles no longer pass over headslugs
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user