summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 11:35:29 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 11:35:29 -0700
commite253ebcbf1ab32301c3df6ad375e152f2635d983 (patch)
tree297db2cdc74cb3388364b3e65474f0cdea5dc328
parentUpdated to 2022-04-06-1910 (diff)
downloadcataclysm-bn-e253ebcbf1ab32301c3df6ad375e152f2635d983.tar.xz
Update vampirism patch to allow vampires to heal broken limbs without a splint.
-rw-r--r--vampirism.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/vampirism.patch b/vampirism.patch
index 2b0895c..776d9a1 100644
--- a/vampirism.patch
+++ b/vampirism.patch
@@ -625,6 +625,15 @@
mod_pain( 1 );
// Check exposure of all body parts
for( const std::pair<const bodypart_id, float> &bp_exp : bp_exposure ) {
+@@ -1663,7 +1664,7 @@
+
+ healing_factor *= mutation_value( "mending_modifier" );
+
+- if( has_trait( trait_REGEN_LIZ ) ) {
++ if( has_trait( trait_REGEN_LIZ ) || has_trait( trait_VAMP_SKIN ) ) {
+ needs_splint = false;
+ }
+
--- a/data/json/field_type.json
+++ b/data/json/field_type.json