Add weapon damage multiplier

This commit is contained in:
Vortrex
2023-03-02 08:08:36 -06:00
parent b27305e788
commit 8a206bcaf8
3 changed files with 19 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ let logLevel = LOG_INFO | LOG_DEBUG;
let weaponDamageEnabled = {};
let weaponDamageEvent = {};
let weaponDamageMultiplier = 1.0;
let forceWeapon = 0;
let forceWeaponAmmo = 0;