Skip to content

Commit

Permalink
Merge branch 'master' of gonengazit/Celia
Browse files Browse the repository at this point in the history
  • Loading branch information
ZatFinn committed Sep 16, 2023
2 parents 793eff0 + d6e670e commit 5ef47c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanilla_seeds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function chest_seed.inject(pico8)
local _rnd = pico8.cart.rnd
if this.timer <= 1 then
pico8.cart.rnd = function()
return this.__tas_seed
return this.__tas_seed + 1
end
end
_upd(this)
Expand Down

0 comments on commit 5ef47c1

Please sign in to comment.