diff --git a/assets/server/manifests/kits.ron b/assets/server/manifests/kits.ron index d17c2997a8..45462de853 100644 --- a/assets/server/manifests/kits.ron +++ b/assets/server/manifests/kits.ron @@ -353,4 +353,16 @@ ("common.items.debug.dungeon_purple",1), ("common.items.debug.admin_back",1), ], + "witch": [ + ("common.items.armor.witch.back",1), + ("common.items.armor.witch.belt",1), + ("common.items.armor.witch.chest",1), + ("common.items.armor.witch.ultist_hands_blue",1), + ("common.items.armor.witch.foot",1), + ("common.items.armor.witch.hand",1), + ("common.items.armor.witch.hat",1), + ("common.items.armor.witch.pants",1), + ("common.items.armor.witch.shoulder",1), + ("common.items.weapons.sceptre.belzeshrub",1), + ], })