Skip to content

Commit

Permalink
Fix vendor access
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jan 30, 2024
1 parent 8393ddb commit e35e737
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/game/machinery/vending/vendor_types/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name = "\improper Wey-Med Plus"
desc = "Medical Pharmaceutical dispenser. Provided by Wey-Yu Pharmaceuticals Division(TM)."
icon_state = "med"
req_access = list(ACCESS_MARINE_MEDBAY, ACCESS_MARINE_CHEMISTRY)
req_access = list(ACCESS_MARINE_MEDBAY)

unacidable = TRUE
unslashable = FALSE
Expand Down Expand Up @@ -183,6 +183,7 @@
name = "\improper Wey-Chem Plus"
desc = "Medical chemistry dispenser. Provided by Wey-Yu Pharmaceuticals Division(TM)."
icon_state = "chem"
req_access = list(ACCESS_MARINE_CHEMISTRY)

healthscan = FALSE
chem_refill = list(
Expand Down Expand Up @@ -221,7 +222,6 @@
req_access = list()

/obj/structure/machinery/cm_vending/sorted/medical/bolted
req_access = list()
wrenchable = FALSE

/obj/structure/machinery/cm_vending/sorted/medical/chemistry/no_access
Expand Down Expand Up @@ -300,7 +300,6 @@
stack_refill = null

/obj/structure/machinery/cm_vending/sorted/medical/blood/bolted
req_access = list()
wrenchable = FALSE

/obj/structure/machinery/cm_vending/sorted/medical/blood/populate_product_list(scale)
Expand Down

0 comments on commit e35e737

Please sign in to comment.