Rule to dictate if you can teach yourself lang.

This commit is contained in:
Paul Coene
2017-09-24 16:33:08 -04:00
parent 8c9b852586
commit c7ad873581
2 changed files with 9 additions and 3 deletions
+1
View File
@@ -186,6 +186,7 @@ RULE_INT(Skills, MaxTrainSpecializations, 50) // Max level a GM trainer will tra
RULE_INT(Skills, SwimmingStartValue, 100)
RULE_BOOL(Skills, TrainSenseHeading, false)
RULE_INT(Skills, SenseHeadingStartValue, 200)
RULE_BOOL(Skills, SelfLanguageLearning, true)
RULE_CATEGORY_END()
RULE_CATEGORY(Pets)