File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ - Changed "Do-or-die" effect to no longer include "Sleep" challenge.
910- Changed "Enable Spawn Protection" option to also increase respawn immunity time if spawn is deemed too dangerous.
1011- Fixed "Spawn Fake Guardian" effect so that it no longer spawns projectiles. This happens in Fargo's Mod Eternity Mode
1112 and Calamity Mod Revengeance Mode.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public sealed class RandomChallengeEffectProvider : IEffectProvider
2323 EffectID . SwimChallenge ,
2424 EffectID . StandOnBlockChallenge ,
2525 EffectID . CraftItemChallenge ,
26- EffectID . SleepChallenge ,
26+ // EffectID.SleepChallenge,
2727 EffectID . SitChallenge ,
2828 EffectID . CatchCritterChallenge ,
2929 EffectID . MinecartChallenge ,
You can’t perform that action at this time.
0 commit comments