timing hole

  1. BlaDe

    PC Timing hole for BigSlime spawns on floor 1 Skull Caverns

    In the constructor for BigSlime is the following code: if (Game1.mine != null && Game1.mine.GetAdditionalDifficulty() > 0) { if (Game1.random.NextDouble() < 0.1) { this.heldObject.Value = new Object(858, 1)...
Top