mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Two as anything greps (and some other cleanup) (#92974)
This commit is contained in:
@@ -210,7 +210,7 @@
|
||||
))
|
||||
|
||||
var/list/remaining_stock = list()
|
||||
for(var/item as anything in stock_list)
|
||||
for(var/item in stock_list)
|
||||
remaining_stock[item] = stock_list[item]
|
||||
data["extra_purchasable"] = extra_purchasable
|
||||
data["extra_purchasable_stock"] = extra_purchasable_stock
|
||||
|
||||
Reference in New Issue
Block a user