From 4ff17cc25dba64b9a058e16df0d39dcbc1d0e4f7 Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Mon, 17 May 2021 04:38:27 +0000 Subject: [PATCH] Special Antag Descriptions 3: Syndicate Tools Edition (#5717) * Update multitool.dm * Update multitool.dm * Update crowbar.dm * Update crowbar.dm --- code/game/objects/items/devices/multitool.dm | 2 ++ code/game/objects/items/tools/crowbar.dm | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/devices/multitool.dm b/code/game/objects/items/devices/multitool.dm index 952dfbe7ed9..377c08e0d15 100644 --- a/code/game/objects/items/devices/multitool.dm +++ b/code/game/objects/items/devices/multitool.dm @@ -45,6 +45,8 @@ // Syndicate device disguised as a multitool; it will turn red when an AI camera is nearby. /obj/item/multitool/ai_detect + special_desc_requirement = EXAMINE_CHECK_SYNDICATE // Skyrat edit + special_desc = "A special sensor embedded stealthily into this device can detect and warn of nearby silicon activity and camera vision range." // Skyrat edit var/track_cooldown = 0 var/track_delay = 10 //How often it checks for proximity var/detect_state = PROXIMITY_NONE diff --git a/code/game/objects/items/tools/crowbar.dm b/code/game/objects/items/tools/crowbar.dm index 57d42827b9a..03a8f7a6a87 100644 --- a/code/game/objects/items/tools/crowbar.dm +++ b/code/game/objects/items/tools/crowbar.dm @@ -125,11 +125,13 @@ //SKYRAT EDIT END /obj/item/crowbar/power/syndicate - name = "Syndicate jaws of life" - desc = "A re-engineered copy of Nanotrasen's standard jaws of life. Can be used to force open airlocks in its crowbar configuration." + name = "tactical jaws of life" //SKYRAT EDIT: Black and red is the new tactical + desc = "A set of jaws of life, compressed through the magic of science. This one has a tactical black and red paintjob and more robust hydraulics." //Skyrat Edit, was "A re-engineered copy of Nanotrasen's standard jaws of life. Can be used to force open airlocks in its crowbar configuration." icon_state = "jaws_syndicate" //SKYRAT EDIT CHANGE toolspeed = 0.25 // SKYRAT EDIT: Keeps this relevant, buffs to oldbase speed - Original value (0.5) force_opens = TRUE + special_desc_requirement = EXAMINE_CHECK_SYNDICATE // Skyrat edit + special_desc = "A re-engineered copy of Nanotrasen's standard jaws of life. This one has a tesla relay and is more powerful." // Skyrat edit /obj/item/crowbar/power/examine() . = ..()