isaacscript-common 1.0.507 → 1.0.508

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.
@@ -8,8 +8,8 @@ function ____exports.initRNG(self, seed)
8
8
  seed = Random()
9
9
  end
10
10
  if seed == 0 then
11
- error("You cannot initialize an RNG object with a seed of 0, or the game will crash.")
12
11
  traceback(nil)
12
+ error("You cannot initialize an RNG object with a seed of 0, or the game will crash.")
13
13
  end
14
14
  local rng = RNG()
15
15
  rng:SetSeed(seed, RECOMMENDED_SHIFT_IDX)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript-common",
3
- "version": "1.0.507",
3
+ "version": "1.0.508",
4
4
  "description": "Helper functions for IsaacScript mods",
5
5
  "keywords": [
6
6
  "isaac",