isaacscript-common 39.2.1 → 39.2.2
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.
package/dist/index.rollup.d.ts
CHANGED
|
@@ -6592,7 +6592,7 @@ export declare function getRedHearts(): EntityPickupHeart[];
|
|
|
6592
6592
|
|
|
6593
6593
|
/**
|
|
6594
6594
|
* Helper function to get the door that leads to the "secret exit" off-grid room that takes you to
|
|
6595
|
-
* the Repentance floor.
|
|
6595
|
+
* the Repentance floor or to the version of Depths 2 that has Dad's Key.
|
|
6596
6596
|
*
|
|
6597
6597
|
* Returns undefined if the room has no Repentance doors.
|
|
6598
6598
|
*/
|
|
@@ -75,7 +75,7 @@ export declare function getDoorsToRoomIndex(...roomGridIndex: int[]): GridEntity
|
|
|
75
75
|
export declare function getOppositeDoorSlot(doorSlot: DoorSlot): DoorSlot | undefined;
|
|
76
76
|
/**
|
|
77
77
|
* Helper function to get the door that leads to the "secret exit" off-grid room that takes you to
|
|
78
|
-
* the Repentance floor.
|
|
78
|
+
* the Repentance floor or to the version of Depths 2 that has Dad's Key.
|
|
79
79
|
*
|
|
80
80
|
* Returns undefined if the room has no Repentance doors.
|
|
81
81
|
*/
|
|
@@ -250,7 +250,7 @@ function ____exports.getOppositeDoorSlot(self, doorSlot)
|
|
|
250
250
|
return OPPOSITE_DOOR_SLOTS[doorSlot]
|
|
251
251
|
end
|
|
252
252
|
--- Helper function to get the door that leads to the "secret exit" off-grid room that takes you to
|
|
253
|
-
-- the Repentance floor.
|
|
253
|
+
-- the Repentance floor or to the version of Depths 2 that has Dad's Key.
|
|
254
254
|
--
|
|
255
255
|
-- Returns undefined if the room has no Repentance doors.
|
|
256
256
|
function ____exports.getRepentanceDoor(self)
|
package/package.json
CHANGED
package/src/functions/doors.ts
CHANGED
|
@@ -240,7 +240,7 @@ export function getOppositeDoorSlot(doorSlot: DoorSlot): DoorSlot | undefined {
|
|
|
240
240
|
|
|
241
241
|
/**
|
|
242
242
|
* Helper function to get the door that leads to the "secret exit" off-grid room that takes you to
|
|
243
|
-
* the Repentance floor.
|
|
243
|
+
* the Repentance floor or to the version of Depths 2 that has Dad's Key.
|
|
244
244
|
*
|
|
245
245
|
* Returns undefined if the room has no Repentance doors.
|
|
246
246
|
*/
|