Skip to content

Commit

Permalink
Give QM some ID access
Browse files Browse the repository at this point in the history
The Quartermaster will be able to assign General(civilian) and Supply accesses in the lowpop/skeleton crew situation.
  • Loading branch information
octareenroon91 committed Oct 17, 2015
1 parent 2b49f88 commit d2fcfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/jobs/job/cargo_service.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Quartermaster
default_pda = /obj/item/device/pda/quartermaster
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)
access = list(access_maint_tunnels, access_mailsorting, access_cargo, access_cargo_bot, access_qm, access_mining, access_mining_station, access_mineral_storeroom,access_heads,access_hop)
minimal_access = list(access_maint_tunnels, access_mailsorting, access_cargo, access_cargo_bot, access_qm, access_mining, access_mining_station, access_mineral_storeroom)

/datum/job/qm/equip_items(var/mob/living/carbon/human/H)
Expand Down

0 comments on commit d2fcfaa

Please sign in to comment.