From 8a7ed86bc31927240dd1a622a6c8da529191c7c9 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Thu, 2 Jul 2026 23:33:17 -0700 Subject: [PATCH] feat(throwing): add Raptor & StoneSlith to the Reptilian slayer group Register both creatures in the ReptilianDeath super-slayer list so reptile slayer weapons deal the correct bonus damage against them (they're reptiles). No dedicated lesser slayer applies, so they belong only to the super entry. Co-Authored-By: Claude Opus 4.8 (1M context) --- Projects/UOContent/Items/Weapons/SlayerGroup.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Projects/UOContent/Items/Weapons/SlayerGroup.cs b/Projects/UOContent/Items/Weapons/SlayerGroup.cs index b358431d0..490662fa7 100644 --- a/Projects/UOContent/Items/Weapons/SlayerGroup.cs +++ b/Projects/UOContent/Items/Weapons/SlayerGroup.cs @@ -342,6 +342,7 @@ namespace Server.Items typeof(OphidianMage), typeof(OphidianMatriarch), typeof(OphidianWarrior), + typeof(Raptor), typeof(Reptalon), typeof(SeaSerpent), typeof(Serado), @@ -350,6 +351,7 @@ namespace Server.Items typeof(SilverSerpent), typeof(SkeletalDragon), typeof(Snake), + typeof(StoneSlith), typeof(SwampDragon), typeof(WhiteWyrm), typeof(Wyvern),