isaacscript-common 1.2.96 → 1.2.97

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.
@@ -92,7 +92,7 @@ end
92
92
  function ____exports.inDeathCertificateArea(self)
93
93
  local roomStageID = ____exports.getRoomStageID(nil)
94
94
  local roomSubType = ____exports.getRoomSubType(nil)
95
- return roomStageID == 35 and (roomSubType == 33 or roomSubType == 33)
95
+ return roomStageID == 35 and (roomSubType == 33 or roomSubType == 34)
96
96
  end
97
97
  function ____exports.changeRoom(self, roomGridIndex)
98
98
  local game = Game()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "1.2.96",
3
+ "version": "1.2.97",
4
4
  "description": "Helper functions for IsaacScript mods",
5
5
  "keywords": [
6
6
  "isaac",
@@ -26,8 +26,8 @@
26
26
  ],
27
27
  "devDependencies": {
28
28
  "@zamiell/typescript-to-lua": "1.4.0",
29
- "isaac-typescript-definitions": "1.0.354",
30
- "isaacscript-lint": "1.0.81",
29
+ "isaac-typescript-definitions": "1.0.355",
30
+ "isaacscript-lint": "1.0.83",
31
31
  "isaacscript-tsconfig": "1.1.8",
32
32
  "typedoc": "^0.22.12",
33
33
  "typescript": "4.5.5"