mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-28 10:31:59 +00:00
## About The Pull Request Once upon a time, vending machines were access locked I guess? It's been so many years since that has been the case that most people don't remember (including myself). This just removes all the old unused req_access lists that reside on the various vending machines. ## Why It's Good For The Game Less chance of cargo culting something that serves no purpose anymore. ## Changelog Nothing player facing I should hope --------- Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
9 lines
598 B
Plaintext
9 lines
598 B
Plaintext
#comment Repaths some access vending machines because access restrictions for vending machines no longer exist
|
|
|
|
/obj/machinery/vending/autodrobe/all_access : /obj/machinery/vending/autodrobe{@OLD}
|
|
/obj/machinery/vending/boozeomat/all_access : /obj/machinery/vending/boozeomat{@OLD}
|
|
|
|
/obj/machinery/vending/boozeomat/syndicate_access : /obj/machinery/vending/boozeomat/syndicate{@OLD}
|
|
/obj/machinery/vending/medical/syndicate_access : /obj/machinery/vending/medical/syndicate{@OLD}
|
|
/obj/machinery/vending/medical/syndicate_access/@SUBTYPES : /obj/machinery/vending/medical/syndicate/@SUBTYPES{@OLD}
|