Merge pull request #9754 from Ghommie/Ghommie-cit330

porting "global to static"
This commit is contained in:
kevinz000
2019-11-14 16:38:27 -07:00
committed by GitHub
10 changed files with 11 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.