Skip to content

Commit

Permalink
Fix accesses and a few RO name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Aug 2, 2023
1 parent 142e174 commit 635f240
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ GLOBAL_LIST_INIT(cm_vending_clothing_req_officer, list(

list("STANDARD EQUIPMENT (TAKE ALL)", 0, null, null, null),
list("Insulated Gloves", 0, /obj/item/clothing/gloves/yellow, MARINE_CAN_BUY_GLOVES, VENDOR_ITEM_MANDATORY),
list("RO Uniform", 0, /obj/item/clothing/under/rank/ro_suit, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY),
list("Quartermaster Uniform", 0, /obj/item/clothing/under/rank/ro_suit, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_MANDATORY),
list("Headset", 0, /obj/item/device/radio/headset/almayer/ro, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY),
list("Satchel", 0, /obj/item/storage/backpack/marine/satchel/tech, MARINE_CAN_BUY_BACKPACK, VENDOR_ITEM_MANDATORY),
list("Req Cap", 0, /obj/item/clothing/head/cmcap/req, MARINE_CAN_BUY_MASK, VENDOR_ITEM_MANDATORY),
list("RO Jacket", 0, /obj/item/clothing/suit/storage/RO, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY),
list("Quartermaster Jacket", 0, /obj/item/clothing/suit/storage/RO, MARINE_CAN_BUY_MRE, VENDOR_ITEM_MANDATORY),

list("PERSONAL SIDEARM (CHOOSE 1)", 0, null, null, null),
list("M4A3 Service Pistol", 0, /obj/item/storage/belt/gun/m4a3/full, MARINE_CAN_BUY_SECONDARY, VENDOR_ITEM_RECOMMENDED),
Expand Down
4 changes: 2 additions & 2 deletions code/modules/clothing/under/marine_uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -840,8 +840,8 @@
flags_jumpsuit = FALSE

/obj/item/clothing/under/rank/ro_suit
name = "requisition officer suit"
desc = "A nicely-fitting military suit for a requisition officer. It has shards of light Kevlar to help protect against stabbing weapons and bullets."
name = "quartermaster suit"
desc = "A nicely-fitting military suit for a quartermaster. It has shards of light Kevlar to help protect against stabbing weapons and bullets."
icon_state = "RO_jumpsuit"
worn_state = "RO_jumpsuit"
flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE
Expand Down
9 changes: 7 additions & 2 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -68352,7 +68352,9 @@
},
/obj/structure/machinery/cm_vending/clothing/senior_officer{
density = 0;
pixel_y = 30
pixel_y = 30;
req_access = list();
req_access_txt = "6"
},
/turf/open/floor/wood/ship,
/area/almayer/engineering/ce_room)
Expand Down Expand Up @@ -74572,7 +74574,10 @@
/turf/open/floor/almayer,
/area/almayer/lifeboat_pumps/south1)
"wIr" = (
/obj/structure/machinery/cm_vending/clothing/senior_officer,
/obj/structure/machinery/cm_vending/clothing/senior_officer{
req_access = list();
req_access_txt = "26"
},
/obj/structure/sign/safety/hvac_old{
pixel_x = 8;
pixel_y = 32
Expand Down

0 comments on commit 635f240

Please sign in to comment.