Skip to content

Commit 730c4b2

Browse files
committed
Fixed "Craft Item" challenge only choosing Campfire.
1 parent 3a779c6 commit 730c4b2

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
- Changed "Do-or-die" effect to no longer include "Sleep" challenge.
1010
- Changed "Enable Spawn Protection" option to also increase respawn immunity time if spawn is deemed too dangerous.
11+
- Fixed "Craft Item" challenge only choosing Campfire.
1112
- Fixed "Spawn Fake Guardian" effect so that it no longer spawns projectiles. This happens in Fargo's Mod Eternity Mode
1213
and Calamity Mod Revengeance Mode.
1314

Code/Effects/Challenges/CraftItemChallenge.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ protected override CrowdControlResponseStatus OnChallengeStart()
5858
PreEyeTiles, PreSkeletronTiles, PreWallTiles, PreMechTiles,
5959
PreGolemTiles, PreLunarTiles, PreMoonLordTiles, PostGameTiles
6060
).SelectMany(x => x).Distinct().ToList()));
61-
_chosenItem = new Item(ItemID.Campfire);
6261

6362
CrowdControlItem.OnCraftedHook += OnCrafted;
6463
return CrowdControlResponseStatus.Success;

0 commit comments

Comments
 (0)