Traitors can now order a spy kit

Traitors can now order a spy kit containing 3 camera+radio bugs + a monitor for 2 telecrystals.
This commit is contained in:
PsiOmega
2015-02-10 19:33:02 +01:00
parent 86c4e28326
commit 8ceaa8b5a1
7 changed files with 155 additions and 17 deletions
@@ -149,3 +149,14 @@
..()
new /obj/item/weapon/stamp/chameleon(src)
new /obj/item/weapon/pen/chameleon(src)
/obj/item/weapon/storage/box/syndie_kit/spy
name = "spy kit"
desc = "For when you want to conduct voyeurism from afar."
/obj/item/weapon/storage/box/syndie_kit/spy/New()
..()
new /obj/item/device/spy_bug(src)
new /obj/item/device/spy_bug(src)
new /obj/item/device/spy_bug(src)
new /obj/item/device/spy_monitor(src)