From 364ab42c49d0b7384c6cf160bdddaa2f7338d1b0 Mon Sep 17 00:00:00 2001 From: Kurt Gilpin Date: Sun, 28 Aug 2016 07:00:20 -0500 Subject: [PATCH] Add rule to ignore MQ2 targeting --- common/ruletypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/ruletypes.h b/common/ruletypes.h index 855afe3e0..94d669386 100644 --- a/common/ruletypes.h +++ b/common/ruletypes.h @@ -144,6 +144,7 @@ RULE_BOOL(Character, RestrictSpellScribing, false) // Restricts spell scribing t RULE_BOOL(Character, UseStackablePickPocketing, true) // Allows stackable pickpocketed items to stack instead of only being allowed in empty inventory slots 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_CATEGORY_END() RULE_CATEGORY(Mercs)