From 15eb264a57af00762c58c10ec88eb95c1d5406eb Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Sun, 6 Sep 2015 18:57:58 +0100 Subject: [PATCH] Duty officer tell things late --- code/modules/aurora/duty_officer/duty officer.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/aurora/duty_officer/duty officer.dm b/code/modules/aurora/duty_officer/duty officer.dm index 089d6a56..d8867b2a 100644 --- a/code/modules/aurora/duty_officer/duty officer.dm +++ b/code/modules/aurora/duty_officer/duty officer.dm @@ -134,6 +134,8 @@ bag.name = "officer's leather satchel" bag.desc = "A well cared for leather satchel for Nanotrasen officers." M.equip_if_possible(bag, slot_back) + if(M.backbag == 1) + M.equip_to_slot_or_del(new /obj/item/weapon/stamp/centcomm(M.back), slot_in_backpack) var /obj/item/weapon/storage/lockbox/lockbox = new(M) lockbox.req_access = list(access_cent_captain)