Adds Ninja Module to syndicate borgs. (#17829)

* initial

1

* 1

* Update syndicate.dm

* Update syndicate.dm

* Update syndicate.dm

* 1

* final i think. forgot this

* syndi gripper, multibelt

* cloaking module

* Update vorestation.dme

* hacktool

* all the syndiborgs (all the syndiborgs)

* evasion

* wip wibble

* wibble wobble

* here comes the wibbler

* Update cloak.dm

* yeeehawwww

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Asher 49
2025-07-22 23:15:48 +02:00
committed by GitHub
co-authored by Kashargul Cameron Lennox
parent 413ac17e37
commit 4f406d0d9c
19 changed files with 348 additions and 6 deletions
@@ -12,6 +12,13 @@
var/range_warning = 14 // Will turn yellow if the AI's eye is near the holder.
var/detect_state = PROXIMITY_NONE
origin_tech = list(TECH_MAGNET = 2, TECH_ENGINEERING = 2, TECH_ILLEGAL = 2)
description_antag = "Functions as a normal multitool with one added benefit.<br>\
This will change colors and make sounds (that only you can hear) during various events.<br>\
BLUE: You are outside of camera range.<br>\
GREEN: You are inside of camera range.<br>\
RED: You are currently being watched by the AI.<br>\
FLASHING RED AND ORANGE: You are currently being TRACKED by the AI.<br>\
FLASHING ORANGE AND BLUE: The AI has attempted to track you but has failed to do so due to being outside camera range."
/obj/item/multitool/ai_detector/Initialize(mapload)
. = ..()