Oopsiefix.

This commit is contained in:
Mari the Deer 2021-11-23 23:39:53 +01:00
commit 01d8f22186
2 changed files with 3 additions and 2 deletions

View file

@ -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-";

View file

@ -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