mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Combat Robot Tweaks (#14955)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/datum/ghostspawner/combat_robot
|
||||
name = "Combat Robot"
|
||||
short_name = "combatrobot"
|
||||
desc = "Join in as a Combat Robot, assist your summoner in their goals, try and make the round fun for the people you're equipped to deal with."
|
||||
tags = list("Antagonist")
|
||||
|
||||
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 combat robot has started its boot process!"
|
||||
|
||||
spawn_mob = /mob/living/silicon/robot/combat
|
||||
@@ -1,12 +0,0 @@
|
||||
/datum/ghostspawner/syndiborg
|
||||
short_name = "syndiborg"
|
||||
name = "Syndicate Cyborg"
|
||||
desc = "Join in as a Syndicate Cyborg, assist your summoner in their goals, try and make the round fun for the people you're overequipped to deal with."
|
||||
tags = list("Antagonist")
|
||||
|
||||
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 syndicate cyborg has started its boot process!"
|
||||
|
||||
spawn_mob = /mob/living/silicon/robot/syndicate
|
||||
Reference in New Issue
Block a user