From ea1967162d34218d3db66a623112cd6fcf87d551 Mon Sep 17 00:00:00 2001 From: GunHog Date: Thu, 9 Apr 2015 18:11:58 -0500 Subject: [PATCH 1/2] Grants Cargo Techs access to the Ore Redeemer! Cargo Technicians may now release ore from the Ore redeemer. --- code/game/jobs/job/cargo_service.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/job/cargo_service.dm b/code/game/jobs/job/cargo_service.dm index a3f2f33b3b4..1708474abdf 100644 --- a/code/game/jobs/job/cargo_service.dm +++ b/code/game/jobs/job/cargo_service.dm @@ -42,7 +42,7 @@ Cargo Technician default_headset = /obj/item/device/radio/headset/headset_cargo access = list(access_maint_tunnels, access_mailsorting, access_cargo, access_cargo_bot, access_qm, access_mining, access_mining_station, access_mineral_storeroom) - minimal_access = list(access_maint_tunnels, access_cargo, access_cargo_bot, access_mailsorting) + minimal_access = list(access_maint_tunnels, access_cargo, access_cargo_bot, access_mailsorting, access_mineral_storeroom) /datum/job/cargo_tech/equip_items(var/mob/living/carbon/human/H) H.equip_to_slot_or_del(new /obj/item/clothing/under/rank/cargotech(H), slot_w_uniform) From a6776eaf68342e4795d170b9a49cc3b50b3c0a2c Mon Sep 17 00:00:00 2001 From: GunHog Date: Thu, 9 Apr 2015 18:17:08 -0500 Subject: [PATCH 2/2] Offers blood to Jordie Changelog! --- html/changelogs/Gun_Hog-Mail-Man-Buff.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 html/changelogs/Gun_Hog-Mail-Man-Buff.yml diff --git a/html/changelogs/Gun_Hog-Mail-Man-Buff.yml b/html/changelogs/Gun_Hog-Mail-Man-Buff.yml new file mode 100644 index 00000000000..b50953e1971 --- /dev/null +++ b/html/changelogs/Gun_Hog-Mail-Man-Buff.yml @@ -0,0 +1,5 @@ +author: Gun Hog +delete-after: true + +changes: + - tweak: "Nanotrasen has approved an access upgrade for Cargo Technicians! They are now authorized to release minerals from the ore redemption machine, to allow proper inventory management and shipping." \ No newline at end of file