isaacscript-common 1.0.588 → 1.0.589

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.
@@ -43,6 +43,8 @@ function ____exports.spawnGridEntityWithVariant(self, gridEntityType, variant, g
43
43
  if pit ~= nil then
44
44
  pit:UpdateCollision()
45
45
  end
46
+ elseif gridEntityType == GridEntityType.GRID_WALL then
47
+ gridEntity.CollisionClass = GridCollisionClass.COLLISION_WALL
46
48
  end
47
49
  return gridEntity
48
50
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "1.0.588",
3
+ "version": "1.0.589",
4
4
  "description": "Helper functions for IsaacScript mods",
5
5
  "keywords": [
6
6
  "isaac",