Changes by code002lover

This commit is contained in:
HoherGeist
2025-07-12 22:53:13 +02:00
parent 14e32bc921
commit a8063216cc
4 changed files with 49 additions and 42 deletions
+1
View File
@@ -67,6 +67,7 @@ public class SetCClassCommand : ICommand
SerpentsHandManager.PreSpawn(player);
}),
"negromancer" => manager.ForceSpawn(player, customClasses.NegromancerConfig, typeof(NegromancerConfig), null),
"bloodfueled" => manager.ForceSpawn(player, customClasses.BloodFueledConfig, typeof(BloodFueledConfig), null),
_ => false
};