isaacscript-common 64.0.0 → 64.0.1
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
--[[
|
|
2
2
|
|
|
3
|
-
isaacscript-common 64.0.
|
|
3
|
+
isaacscript-common 64.0.1
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -27250,7 +27250,7 @@ ____exports.ROOM_TYPE_NAMES = {
|
|
|
27250
27250
|
[RoomType.BOSS_RUSH] = "Boss Rush",
|
|
27251
27251
|
[RoomType.CLEAN_BEDROOM] = "Clean Bedroom",
|
|
27252
27252
|
[RoomType.DIRTY_BEDROOM] = "Dirty Bedroom",
|
|
27253
|
-
[RoomType.CHEST] = "
|
|
27253
|
+
[RoomType.CHEST] = "Vault",
|
|
27254
27254
|
[RoomType.DICE] = "Dice Room",
|
|
27255
27255
|
[RoomType.BLACK_MARKET] = "Black Market",
|
|
27256
27256
|
[RoomType.GREED_EXIT] = "Greed Exit Room",
|
|
@@ -18,7 +18,7 @@ export declare const ROOM_TYPE_NAMES: {
|
|
|
18
18
|
readonly 17: "Boss Rush";
|
|
19
19
|
readonly 18: "Clean Bedroom";
|
|
20
20
|
readonly 19: "Dirty Bedroom";
|
|
21
|
-
readonly 20: "
|
|
21
|
+
readonly 20: "Vault";
|
|
22
22
|
readonly 21: "Dice Room";
|
|
23
23
|
readonly 22: "Black Market";
|
|
24
24
|
readonly 23: "Greed Exit Room";
|
|
@@ -21,7 +21,7 @@ ____exports.ROOM_TYPE_NAMES = {
|
|
|
21
21
|
[RoomType.BOSS_RUSH] = "Boss Rush",
|
|
22
22
|
[RoomType.CLEAN_BEDROOM] = "Clean Bedroom",
|
|
23
23
|
[RoomType.DIRTY_BEDROOM] = "Dirty Bedroom",
|
|
24
|
-
[RoomType.CHEST] = "
|
|
24
|
+
[RoomType.CHEST] = "Vault",
|
|
25
25
|
[RoomType.DICE] = "Dice Room",
|
|
26
26
|
[RoomType.BLACK_MARKET] = "Black Market",
|
|
27
27
|
[RoomType.GREED_EXIT] = "Greed Exit Room",
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@ export const ROOM_TYPE_NAMES = {
|
|
|
20
20
|
[RoomType.BOSS_RUSH]: "Boss Rush", // 17
|
|
21
21
|
[RoomType.CLEAN_BEDROOM]: "Clean Bedroom", // 18
|
|
22
22
|
[RoomType.DIRTY_BEDROOM]: "Dirty Bedroom", // 19
|
|
23
|
-
[RoomType.CHEST]: "
|
|
23
|
+
[RoomType.CHEST]: "Vault", // 20
|
|
24
24
|
[RoomType.DICE]: "Dice Room", // 21
|
|
25
25
|
[RoomType.BLACK_MARKET]: "Black Market", // 22
|
|
26
26
|
[RoomType.GREED_EXIT]: "Greed Exit Room", // 23
|