mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
* Adds all the missing cartridges to the cartridge vend. Halves the amount available because 10 was pretty silly. * Adds HoP access requirement to PTech vends * Changes access to ID Console from HoP doors * Changes req_access_txt = 15 to req_access = list(access_change_ids) for readability. * Changes all vends req_access_txt = "number" to req_access = list(access_variable). Formats vends to have access variable in the same location in the code. vending/security/used was skipped and given req_access = "0" due to being a child of vending/security designed for Vox Outposts and not being intended to have access. req_access = list(null) did not work. * changelog * moves req_access = list() to be under desc for the Ptech vend which started all this nonsense.