From 2c2c7b3e757afdd2379896f13f4a7fe8693b509f Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Wed, 13 May 2026 17:27:55 -0700 Subject: [PATCH] [MIRROR] Adds a box of legcuffs for mappers (#12754) Co-authored-by: Cameron Lennox --- code/game/objects/items/weapons/storage/boxes.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/game/objects/items/weapons/storage/boxes.dm b/code/game/objects/items/weapons/storage/boxes.dm index eb2473c46f..6987c80244 100644 --- a/code/game/objects/items/weapons/storage/boxes.dm +++ b/code/game/objects/items/weapons/storage/boxes.dm @@ -401,6 +401,12 @@ icon_state = "handcuff" starts_with = list(/obj/item/handcuffs = 7) +/obj/item/storage/box/legcuffs + name = "box of spare legcuffs" + desc = "A box full of legcuffs." + icon_state = "handcuff" + starts_with = list(/obj/item/handcuffs/legcuffs = 7) + /obj/item/storage/box/mousetraps name = "box of Pest-B-Gon mousetraps" desc = span_red(span_bold("WARNING:")) + " " + span_italics("Keep out of reach of children") + "."