mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-15 09:56:47 +01:00
a12bba2b3d
Per request of synthlore - you can no longer select the android job title to spawn in with a positronic brain in a shipbound chassis, and neither can you manufacture one. Cyborgs broadly are not removed and are completely playable, but they must contain either an MMI or a robot circuit. Positronics can still be installed into an AI core.
14 lines
532 B
Plaintext
14 lines
532 B
Plaintext
/datum/ghostspawner/posibrain
|
|
short_name = "posibrain"
|
|
name = "Positronic Brain"
|
|
desc = "Enter a synthetic brain, capable of piloting a spiderbrain, becoming an IPC, 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
|