From 1fe1b8150889773de875b9e93424c4e6c81378aa Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Fri, 27 Mar 2015 20:26:25 +0000 Subject: [PATCH] DOLockbox --- code/modules/aurora/duty officer.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/aurora/duty officer.dm b/code/modules/aurora/duty officer.dm index 9a104d65..71772b76 100644 --- a/code/modules/aurora/duty officer.dm +++ b/code/modules/aurora/duty officer.dm @@ -124,6 +124,11 @@ M.equip_if_possible(new /obj/item/weapon/melee/telebaton(M), slot_l_store) M.equip_if_possible(new /obj/item/device/taperecorder(M), slot_r_store) + var /obj/item/weapon/storage/lockbox/lockbox = new(M) + lockbox.req_access = list(access_cent_captain) + lockbox.storage_slots = 8 + M.equip_if_possible(lockbox, slot_l_hand) + var/obj/item/device/pda/central/pda = new(M) pda.owner = M.real_name pda.ownjob = "Central Command Duty Officer"