Economy part 2 - Vendors

This commit is contained in:
QuoteFox
2021-02-04 12:42:50 +00:00
parent 6c16353be5
commit 5584bb9522
29 changed files with 221 additions and 66 deletions
+3
View File
@@ -110,6 +110,9 @@ GLOBAL_VAR_INIT(rpg_loot_items, FALSE)
var/list/grind_results //A reagent list containing the reagents this item produces when ground up in a grinder - this can be an empty list to allow for reagent transferring only
var/list/juice_results //A reagent list containing blah blah... but when JUICED in a grinder!
//Hyper economy
var/price = 0
/obj/item/Initialize()