From 2de5e3430352a631cc0851d560ef87ae53a439e6 Mon Sep 17 00:00:00 2001 From: Marcelo Paez Sequeira Date: Fri, 4 Sep 2020 11:51:30 -0300 Subject: [PATCH] Added Mysticism, Imbuing and Throwing to useAntiMacro array (#219) --- Projects/UOContent/Misc/SkillCheck.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Projects/UOContent/Misc/SkillCheck.cs b/Projects/UOContent/Misc/SkillCheck.cs index e458e7900..02bf4459f 100644 --- a/Projects/UOContent/Misc/SkillCheck.cs +++ b/Projects/UOContent/Misc/SkillCheck.cs @@ -80,7 +80,10 @@ namespace Server.Misc true, // Chivalry = 51 true, // Bushido = 52 true, // Ninjitsu = 53 - true // Spellweaving + true, // Spellweaving + true, // Mysticism = 55 + true, // Imbuing = 56 + false, // Throwing = 57 }; private static readonly TimeSpan m_StatGainDelay = TimeSpan.FromMinutes(Core.ML ? 0.05 : 15);