From 2db16a18cda7f1573d2003ab7953307332df359d Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Wed, 16 Sep 2009 21:55:30 -0500 Subject: [PATCH] Ignore relics that boost stats for certain abilities only --- Regexps.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Regexps.lua b/Regexps.lua index e9793a3..609d044 100644 --- a/Regexps.lua +++ b/Regexps.lua @@ -26,6 +26,8 @@ IgnoredLines = { "^Use: Restores %d+%% of your %a[%a ]+ per second for %d+ sec%. Must remain seated while %a+ing%.", "^Use: Heals %d+ damage over %d+ sec%.$", "^Use: Restores %d+ to %d+ %a+", + -- Some relics that boost stats for certain abilities only + "^Equip: Increases the %a[%a ]+ of your %a[%a ]+ by ", } MultipleStatLines = { -- 1.7.9.5