Combat Robot Tweaks (#14955)

This commit is contained in:
SleepyGemmy
2022-10-30 11:47:32 +01:00
committed by GitHub
parent 8d379460c6
commit 241350481c
18 changed files with 292 additions and 290 deletions
@@ -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