summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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