We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8ac63 commit 3178d0fCopy full SHA for 3178d0f
libzhl/IsaacRepentance_static.cpp
@@ -554,17 +554,6 @@ bool ItemConfig::IsValidTrinket(unsigned int TrinketType) {
554
return false;
555
}
556
557
-int RoomDescriptor::GetErrorTrinketEffect() {
558
- if (this->SpawnSeed != 0) {
559
- unsigned int seed = this->SpawnSeed;
560
- seed = seed >> 2 ^ seed;
561
- seed = seed << 7 ^ seed;
562
- seed = seed >> 25 ^ seed;
563
- return seed % (NUM_TRINKETS-1) + 1;
564
- }
565
- return TRINKET_NULL;
566
-}
567
-
568
bool Isaac::IsInGame() {
569
return g_Manager->GetState() == 2 && g_Game;
570
0 commit comments