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
+2 -2
View File
@@ -574,7 +574,7 @@
mind.assigned_role = "Juggernaut"
mind.special_role = "Cultist"
/mob/living/silicon/robot/syndicate/mind_initialize()
/mob/living/silicon/robot/combat/mind_initialize()
..()
mind.assigned_role = "Syndicate Robot"
mind.assigned_role = "Combat Robot"
mind.special_role = "Mercenary"
+1 -1
View File
@@ -40,7 +40,7 @@
)
possible_trading_items = list (
/obj/item/antag_spawner/borg_tele = TRADER_THIS_TYPE,
/obj/item/antag_spawner/combat_robot = TRADER_THIS_TYPE,
/obj/item/storage/box/syndie_kit = TRADER_SUBTYPES_ONLY,
/obj/item/syndie/c4explosive = TRADER_ALL,
/obj/item/melee/energy/sword = TRADER_ALL,
@@ -114,10 +114,10 @@
path = /obj/item/pinpointer/advpinpointer
desc = "An advanced pinpointer that can find any target with DNA along with various other items."
/datum/uplink_item/item/tools/syndieborg
name = "Syndicate Cyborg Teleporter"
/datum/uplink_item/item/tools/combat_robot
name = "Combat Robot Teleporter"
item_cost = 20
path = /obj/item/antag_spawner/borg_tele
path = /obj/item/antag_spawner/combat_robot
/datum/uplink_item/item/tools/thermal_drill
name = "Thermal Safe Drill"