mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 09:02:27 +00:00
13 lines
536 B
Plaintext
13 lines
536 B
Plaintext
/datum/ghostspawner/posibrain
|
|
short_name = "posibrain"
|
|
name = "Positronic Brain"
|
|
desc = "Enter a synthetic brain, capable of piloting a spiderbrain, operating an android, becoming an AI, or being a pocketbuddy."
|
|
show_on_job_select = FALSE
|
|
tags = list("Stationbound")
|
|
|
|
respawn_flag = MINISYNTH //Flag to check for when trying to spawn someone of that type (CREW, ANIMAL, MINISYNTH)
|
|
jobban_job = "Cyborg"
|
|
loc_type = GS_LOC_ATOM
|
|
atom_add_message = "A posibrain has started its boot process!"
|
|
|
|
spawn_mob = /mob/living/carbon/brain |