porting "global to static"

This commit is contained in:
Ghommie
2019-11-09 22:53:56 +01:00
parent c9cd27c38c
commit 9591bb5471
10 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ IF YOU MODIFY THE PRODUCTS LIST OF A MACHINE, MAKE SURE TO UPDATE ITS RESUPPLY C
var/obj/item/coin/coin
var/obj/item/stack/spacecash/bill
var/global/vending_cache = list() //used for storing the icons of items being vended
var/static/vending_cache = list() //used for storing the icons of items being vended
var/dish_quants = list() //used by the snack machine's custom compartment to count dishes.