summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-16 22:58:26 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-16 22:58:26 -0700
commitc832acd72f5fc0c112f42fedd869753839322f24 (patch)
tree8f244e062b801e761ab8aa7a5a9d7e1f05874618
parentClean up the modinfo (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-c832acd72f5fc0c112f42fedd869753839322f24.tar.xz
Temporary workaround so blood pools at least don't look like ascii
-rw-r--r--vamp_stuff/Modification_Files/Locations/-Essentials/v_ter_furn.json2
-rw-r--r--vamp_stuff/readme4
2 files changed, 6 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Locations/-Essentials/v_ter_furn.json b/vamp_stuff/Modification_Files/Locations/-Essentials/v_ter_furn.json
index 6f6c4c7..626aa2c 100644
--- a/vamp_stuff/Modification_Files/Locations/-Essentials/v_ter_furn.json
+++ b/vamp_stuff/Modification_Files/Locations/-Essentials/v_ter_furn.json
@@ -4,6 +4,7 @@
"id": "t_blood_sh",
"description": "A shallow blood residue. It's light, crimson hue denotes intense desaturation from aging.",
"name": "shallow blood",
+ "looks_like": "t_water_sh_underground",
"symbol": "~",
"color": "light_red",
"move_cost": 5,
@@ -15,6 +16,7 @@
"id": "t_blood_dp",
"description": "A deep blood residue. It's light, crimson hue denotes intense desaturation from aging.",
"name": "deep blood",
+ "looks_like": "t_water_dp_underground",
"symbol": "~",
"color": "red",
"move_cost": 8,
diff --git a/vamp_stuff/readme b/vamp_stuff/readme
index eafb2a7..a103a9e 100644
--- a/vamp_stuff/readme
+++ b/vamp_stuff/readme
@@ -45,6 +45,8 @@ Fix the vampire immunity to apply properly.
Fix the warnings upon entering gas fields vampires are immune to.
Fix the warnings inside gas fields vampires are immune to.
+Get the arcana side of the mod working as well.
+
Create a way to become a vampire.
Change vampire replies to notice if you are a vampire.
@@ -56,5 +58,7 @@ Add a way to actually obtain the vampire crafting books. (It appears that SD car
Fix or remove the vampire equpiment.
Add a vampire martial art based on the vampire weapon skills.
+Add a tile so pools of blood look like blood.
+
Patch blood to be healthy for vampires in the source.
Patch underwater breathing in the source code. -Done