diff --git a/language.version b/language.version index 791e47003..a2fb069dc 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\chSWWM \czGZ\c- \cw1.1.42 \cu(Tue 23 Nov 23:37:45 CET 2021)\c-"; -SWWM_SHORTVER="\cw1.1.42 \cu(2021-11-23 23:37:45)\c-"; +SWWM_MODVER="\chSWWM \czGZ\c- \cw1.1.43 \cu(Tue 23 Nov 23:40:04 CET 2021)\c-"; +SWWM_SHORTVER="\cw1.1.43 \cu(2021-11-23 23:40:04)\c-"; diff --git a/zscript/utility/swwm_utility.zsc b/zscript/utility/swwm_utility.zsc index 629954ee7..202e96830 100644 --- a/zscript/utility/swwm_utility.zsc +++ b/zscript/utility/swwm_utility.zsc @@ -11,6 +11,7 @@ enum EDoExplosionFlags DE_HOWL = 64, // 25% chance for hit enemies to howl DE_COUNTENEMIES = 128, // only count hits for hostiles DE_COUNTSTEALTH = 256, // only count hits for inactive monsters + DE_COUNTFHKILLS = 512 // only count kills for enemies that were at full health }; Class SWWMAchievement