Rule: DismountWater - Causes mounts to dismount when entering liquid per era.

This commit is contained in:
Trust
2018-07-20 23:22:18 -04:00
parent 22f586f110
commit f776b1c73b
2 changed files with 51 additions and 50 deletions
+1
View File
@@ -158,6 +158,7 @@ RULE_BOOL(Character, UseOldConSystem, false) // Grant Health of Target's Target
RULE_BOOL(Character, OPClientUpdateVisualDebug, false) // Shows a pulse and forward directional particle each time the client sends its position to server
RULE_BOOL(Character, AllowCrossClassTrainers, false)
RULE_BOOL(Character, PetsUseReagents, true) //Pets use reagent on spells
RULE_BOOL(Character, DismountWater, true) // Dismount horses when entering water
RULE_CATEGORY_END()
RULE_CATEGORY(Mercs)