mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
Added a new wave defense gamemode, Revenants, wherein the station crew have to defend themselves from an endless wave of humanoid bluespace creatures. Ported the icon from Baystation, it's their blueforged, but I tweaked the mob's alpha values a tad. Baystation12/Baystation12#21669
13 lines
285 B
Plaintext
13 lines
285 B
Plaintext
/datum/ghostspawner/borer
|
|
short_name = "borer"
|
|
name = "Cortical Borer"
|
|
desc = "Infest crew, reproduce, repeat."
|
|
tags = list("Antagonist")
|
|
|
|
observers_only = TRUE
|
|
|
|
loc_type = GS_LOC_ATOM
|
|
atom_add_message = "A borer has been birthed!"
|
|
|
|
spawn_mob = /mob/living/simple_animal/borer
|