Skip to content

Commit

Permalink
fixed issue where Shadow Crystal could be vanilla
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarsoap5 authored Jun 21, 2020
1 parent 67765f7 commit 5d6c7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/itemChecks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ namespace mod::item

//Custom Chests
//Shadow Crystal
/*493*/{ 0x32, 0, stage::allStages[54], 1, 0x6, 0x6, 0b000000000000000000000, -235.256332, 1625.000000, -4709.996582, nullptr, nullptr },
/*493*/{ 0x32, 0, stage::allStages[54], 1, 0x7, 0x6, 0b000000000000000000000, -235.256332, 1625.000000, -4709.996582, nullptr, nullptr },
//Master Sword
/*494*/{ 0x29, 0, stage::allStages[54], 1, 0x7, 0x7, 0b000000000000000000000, 246.137573, 1625.000000, -4787.551270, nullptr, nullptr },
//Dominion Rod Uncharged
Expand Down

0 comments on commit 5d6c7ed

Please sign in to comment.