Added new rule to make the UnmemSpellAll on death optional.

- New Rule: Character:UnmemSpellsOnDeath (default true)
This commit is contained in:
Kinglykrab
2015-02-01 18:57:26 -05:00
parent 8649ed1dcb
commit 180612bb21
2 changed files with 7 additions and 4 deletions
+1
View File
@@ -102,6 +102,7 @@ RULE_INT ( Character, BaseInstrumentSoftCap, 36) // Softcap for instrument mods,
RULE_INT ( Character, BaseRunSpeedCap, 158) // Base Run Speed Cap, on live it's 158% which will give you a runspeed of 1.580 hard capped to 225.
RULE_INT ( Character, OrnamentationAugmentType, 20) //Ornamentation Augment Type
RULE_REAL(Character, EnvironmentDamageMulipliter, 1)
RULE_BOOL(Character, UnmemSpellsOnDeath, true)
RULE_CATEGORY_END()
RULE_CATEGORY( Mercs )