isaacscript-common 1.0.573 → 1.0.574

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.
@@ -297,7 +297,9 @@ function ____exports.setRoomCleared(self)
297
297
  if isHiddenSecretRoomDoor(nil, door) then
298
298
  goto __continue56
299
299
  end
300
- door:Open()
300
+ door.State = DoorState.STATE_OPEN
301
+ local sprite = door:GetSprite()
302
+ sprite:Play("Opened", true)
301
303
  door.ExtraVisible = false
302
304
  end
303
305
  ::__continue56::
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "1.0.573",
3
+ "version": "1.0.574",
4
4
  "description": "Helper functions for IsaacScript mods",
5
5
  "keywords": [
6
6
  "isaac",