diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-09 22:47:52 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-09 22:47:52 -0700 |
commit | 2fd4df2aeffe92bb95b7f2052f38f5a57fdad46a (patch) | |
tree | 33e3c3095c0ec2789dc385adec92113a60d7a2ba | |
parent | Make Blood Drinker a negative trait (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-2fd4df2aeffe92bb95b7f2052f38f5a57fdad46a.tar.xz |
Typo
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 10 |
1 files changed, 5 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 e3adeda..07a09c0 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,7 @@ "material": [ "hflesh" ], "symbol": "~", "color": "pink", - "count": 3, + "count": 3 }, { "id": "compactsheet", @@ -162,7 +162,7 @@ "material": [ "hflesh" ], "volume": "250 ml", "phase": "liquid", - "fun": 5, + "fun": 5,, "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ] }, { @@ -181,7 +181,7 @@ "nutrition": 2, "material": [ "hflesh" ], "symbol": "'", - "color": "red", + "color": "red",, "flags": [ "ZERO_WEIGHT" ] } ] |