mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-25 16:53:28 +00:00
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
/datum/ghostspawner/borer
|
|
short_name = "borer"
|
|
name = "Cortical Borer"
|
|
desc = "Infest crew, reproduce, repeat."
|
|
tags = list("Antagonist")
|
|
|
|
loc_type = GS_LOC_ATOM
|
|
atom_add_message = "A borer has been birthed!"
|
|
|
|
spawn_mob = /mob/living/simple_animal/borer
|