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

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