diff --git a/code/modules/cargo/items/security.dm b/code/modules/cargo/items/security.dm index a44c04195e4..92310291237 100644 --- a/code/modules/cargo/items/security.dm +++ b/code/modules/cargo/items/security.dm @@ -56,6 +56,20 @@ groupable = TRUE spawn_amount = 1 +/singleton/cargo_item/implant_tracker + category = "security" + name = "box of tracking implants" + supplier = "nanotrasen" + description = "A full implant kit with tracker implants to keep check on prisoners." + price = 600 + items = list( + /obj/item/storage/box/tactical/trackimp + ) + access = ACCESS_SECURITY + container_type = "crate" + groupable = TRUE + spawn_amount = 1 + /singleton/cargo_item/maglight category = "security" name = "maglight" diff --git a/html/changelogs/TrackingPurchase.yml b/html/changelogs/TrackingPurchase.yml new file mode 100644 index 00000000000..a0b3fc3bffa --- /dev/null +++ b/html/changelogs/TrackingPurchase.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - rscadd: "Tracking implants can now be ordered from operations under the security category."