First attempt at making size change damage (doesn't work yet)

This commit is contained in:
BlackMajor
2019-06-01 02:45:14 +12:00
parent 2b1931c217
commit 46123cb1fa
4 changed files with 26 additions and 2 deletions
+3
View File
@@ -109,6 +109,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!
//Compression kit vars
var/force_mult = 1
/obj/item/Initialize()
materials = typelist("materials", materials)