Files
Polaris/code/datums/wires
D Anzorge b826e5bb77 Rewrite and refactor vending.dm
Remove some redundant procs and /obj/machinery/vending members. Rework the way
product lists and advert lists are stored within /obj/machinery/vending.

/obj/machinery/vending now uses a simpler way of storing the product list. The
old variables, `products`, `contraband`, etc., are still used for initialization
of the new list, but are not used beyond that.

This commit removes colors from vending lists in anticipation of introducing
NanoUI.
2015-02-11 10:42:50 -05:00
..
2014-11-04 14:27:46 +01:00
2014-11-04 14:27:46 +01:00
2014-11-24 09:17:22 +01:00
2014-11-04 14:27:46 +01:00
2014-11-24 11:21:31 +01:00
2014-11-24 09:50:19 +01:00
2014-12-10 21:54:57 +01:00
2014-11-04 14:27:46 +01:00
2014-12-08 06:27:11 +01:00
2014-11-04 14:27:46 +01:00
2015-02-11 10:42:50 -05:00