Special Antag Descriptions 3: Syndicate Tools Edition (#5717)

* Update multitool.dm

* Update multitool.dm

* Update crowbar.dm

* Update crowbar.dm
This commit is contained in:
YakumoChen
2021-05-17 05:38:27 +01:00
committed by GitHub
parent c0c0b2382a
commit 4ff17cc25d
2 changed files with 6 additions and 2 deletions
@@ -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
+4 -2
View File
@@ -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()
. = ..()