From e253ebcbf1ab32301c3df6ad375e152f2635d983 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 26 Apr 2022 11:35:29 -0700 Subject: Update vampirism patch to allow vampires to heal broken limbs without a splint. --- vampirism.patch | 9 +++++++++ 1 file changed, 9 insertions(+) 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 &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 -- cgit v1.2.1