Merge pull request #11259 from Markolie/flukeops

Nuke Ops updates and buffs
This commit is contained in:
variableundefined
2019-04-18 07:16:31 +08:00
committed by GitHub
12 changed files with 435 additions and 227 deletions
@@ -70,12 +70,17 @@
/mob/living/silicon/robot/syndicate/saboteur/init()
..()
module = new /obj/item/robot_module/syndicate_saboteur(src)
var/obj/item/borg/upgrade/selfrepair/SR = new /obj/item/borg/upgrade/selfrepair(src)
SR.cyborg = src
SR.icon_state = "selfrepair_off"
var/datum/action/A = new /datum/action/item_action/toggle(SR)
A.Grant(src)
var/datum/action/self_repair = new /datum/action/item_action/toggle(SR)
self_repair.Grant(src)
var/datum/action/thermals = new /datum/action/innate/robot_sight/thermal()
thermals.Grant(src)
/mob/living/silicon/robot/syndicate/saboteur/verb/modify_name()
set name = "Modify Name"
set desc = "Change your systems' registered name to fool Nanotrasen systems. No cost."