diff options
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 07a09c0..b838522 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -18,7 +18,7 @@ "material": [ "hflesh" ], "volume": "250 ml", "phase": "liquid", - "fun": 10,, + "fun": 10, "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ] }, { @@ -94,7 +94,7 @@ "nutrition": 3, "material": [ "hflesh" ], "symbol": "'", - "color": "red",, + "color": "red", "flags": [ "ZERO_WEIGHT" ] }, { @@ -112,7 +112,8 @@ "material": [ "hflesh" ], "symbol": "~", "color": "pink", - "count": 3 + "count": 3, + "addiction_type": "blood" }, { "id": "compactsheet", @@ -162,7 +163,7 @@ "material": [ "hflesh" ], "volume": "250 ml", "phase": "liquid", - "fun": 5,, + "fun": 5, "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ] }, { @@ -181,7 +182,7 @@ "nutrition": 2, "material": [ "hflesh" ], "symbol": "'", - "color": "red",, + "color": "red", "flags": [ "ZERO_WEIGHT" ] } ] |