diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-31 23:09:36 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-08-31 23:09:36 -0700 |
commit | b10d973308fd4c2d8230b578ae1356958c421b13 (patch) | |
tree | 5b85177aec69a33f93cedd1e56e4ea0cd13fb083 | |
parent | Clean up some spell descriptions. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-b10d973308fd4c2d8230b578ae1356958c421b13.tar.xz |
Set blood puddle field to look like regular blood field
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/v_spell_fields.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_fields.json b/vamp_stuff/Modification_Files/Spells/v_spell_fields.json index 69a335a..887513b 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_fields.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_fields.json @@ -22,7 +22,8 @@ "half_life": "20 minutes", "phase": "liquid", "accelerated_decay": true, - "display_field": true + "display_field": true, + "looks_like": "fd_blood" }, { "id": "fd_desolate", |