mirror of
https://github.com/goonstation/goonstation-r4407.git
synced 2026-07-14 23:52:19 +01:00
12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
/obj/alien/egg/New()
|
|
if(aliens_allowed)
|
|
spawn(1800)
|
|
src.open()
|
|
else
|
|
del(src)
|
|
|
|
/obj/alien/egg/proc/open()
|
|
spawn(10)
|
|
src.density = 0
|
|
src.icon_state = "egg_hatched"
|
|
new /obj/alien/facehugger(src.loc) |