byond - Modules - TypesVar Details - Proc Details

fragile egg

Vars

last_refreshedTime that the carrier was last within refresh range of the egg (14 tiles)
life_timerTimer holder for the maximum lifetime of the egg as defined CARRIER_EGG_MAXIMUM_LIFE
ownerOwner of the fragile egg, must be a mob/living/carbon/xenomorph/carrier

Procs

check_decayCheck the last refreshed time and burst the egg if we're over the lifetime of the egg
set_ownerSet the owner of the egg to the planter.
start_unstoppable_decayBurst the egg without hugger release after a 10 second timer & remove the life timer.

Var Details

last_refreshed

Time that the carrier was last within refresh range of the egg (14 tiles)

life_timer

Timer holder for the maximum lifetime of the egg as defined CARRIER_EGG_MAXIMUM_LIFE

owner

Owner of the fragile egg, must be a mob/living/carbon/xenomorph/carrier

Proc Details

check_decay

Check the last refreshed time and burst the egg if we're over the lifetime of the egg

set_owner

Set the owner of the egg to the planter.

start_unstoppable_decay

Burst the egg without hugger release after a 10 second timer & remove the life timer.