Revert "Slightly reduce boost"

This reverts commit 02a392b1b3.
This commit is contained in:
Archangel
2025-12-26 14:29:15 +01:00
parent 5b9544e618
commit b0fb0594a3
@@ -545,7 +545,7 @@ public class SeasonalEventService(
// Raise the chance on christmas related spawns ever so slightly
if (location.Value.LooseLoot is not null)
{
const double christmasLootBoost = 0.02;
const double christmasLootBoost = 0.03;
location.Value.LooseLoot.AddTransformer(looselootData =>
{