isaacscript-common 6.1.0 → 6.1.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.
|
@@ -11,10 +11,9 @@ local ____exports = require("features.saveDataManager.exports")
|
|
|
11
11
|
local saveDataManager = ____exports.saveDataManager
|
|
12
12
|
local ____postCollectibleEmpty = require("callbacks.subscriptions.postCollectibleEmpty")
|
|
13
13
|
local postCollectibleEmptyFire = ____postCollectibleEmpty.postCollectibleEmptyFire
|
|
14
|
-
local
|
|
15
|
-
local postCollectibleInitFirstHasSubscriptions = ____postCollectibleInitFirst.postCollectibleInitFirstHasSubscriptions
|
|
14
|
+
local postCollectibleEmptyHasSubscriptions = ____postCollectibleEmpty.postCollectibleEmptyHasSubscriptions
|
|
16
15
|
function hasSubscriptions(self)
|
|
17
|
-
return
|
|
16
|
+
return postCollectibleEmptyHasSubscriptions(nil)
|
|
18
17
|
end
|
|
19
18
|
function postPickupUpdateCollectible(self, pickup)
|
|
20
19
|
local collectible = pickup
|