isaacscript-common 4.3.2 → 4.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -240,6 +240,12 @@ function ____exports.getNextStageType(self, upwards)
240
240
  end
241
241
  return StageType.WRATH_OF_THE_LAMB
242
242
  end
243
+ if nextStage == LevelStage.THE_VOID then
244
+ return StageType.ORIGINAL
245
+ end
246
+ if nextStage == LevelStage.HOME then
247
+ return StageType.ORIGINAL
248
+ end
243
249
  return calculateStageType(nil, nextStage)
244
250
  end
245
251
  return ____exports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "4.3.2",
3
+ "version": "4.3.3",
4
4
  "description": "Helper functions and features for IsaacScript mods.",
5
5
  "keywords": [
6
6
  "isaac",