Merge pull request #566 from N0ctrnl/hott-test

Optional rule to grant HoTT to newly created characters
This commit is contained in:
Akkadius
2016-11-06 16:11:02 -06:00
committed by GitHub
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ RULE_BOOL(Character, EnableAvoidanceCap, false)
RULE_INT(Character, AvoidanceCap, 750) // 750 Is a pretty good value, seen people dodge all attacks beyond 1,000 Avoidance
RULE_BOOL(Character, AllowMQTarget, false) // Disables putting players in the 'hackers' list for targeting beyond the clip plane or attempting to target something untargetable
RULE_BOOL(Character, UseOldBindWound, false) // Uses the original bind wound behavior
RULE_BOOL(Character, GrantHoTTOnCreate, false) // Grant Health of Target's Target leadership AA on character creation
RULE_CATEGORY_END()
RULE_CATEGORY(Mercs)