Oopsiefix.
This commit is contained in:
parent
657625f890
commit
01d8f22186
2 changed files with 3 additions and 2 deletions
|
|
@ -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-";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue