Files
vgstation13/code/game
Probe1 0dfd27b6e9 Adds new PDA cartridges to HoP Vend) (#10187)
* 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.
2016-05-27 00:19:23 -05:00
..
2016-05-14 01:50:38 -05:00
2016-05-27 00:07:52 -05:00
2016-05-26 23:28:06 -05:00
2016-05-26 23:28:06 -05:00
2016-05-14 01:50:38 -05:00
2016-01-16 23:28:07 +01:00
2016-05-05 05:08:44 -05:00
2016-05-18 10:30:24 -07:00
2016-01-16 23:28:07 +01:00
2016-04-05 11:35:11 -05:00
2016-04-06 19:45:10 -05:00
2016-01-16 23:28:07 +01:00
2016-01-16 23:28:07 +01:00
2016-04-22 06:40:50 -05:00