less rng reliance

This commit is contained in:
Timothy Teakettle
2020-07-25 20:14:41 +01:00
parent 3a894f79d0
commit 8b2a92994f
6 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#define WOUND_DAMAGE_EXPONENT 1.4
#define WOUND_DAMAGE_EXPONENT 1.3
/// an attack must do this much damage after armor in order to roll for being a wound (incremental pressure damage need not apply)
#define WOUND_MINIMUM_DAMAGE 5