Skip to content

Commit

Permalink
Update rupture_lever.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Luciano authored Jan 20, 2024
1 parent c08debd commit b060f40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ local config = {
{ name = "Spark of Destruction", pos = Position(32338, 31250, 14) },
},
onUseExtra = function()
Game.setStorageValue(GlobalStorage.HeartOfDestruction.RuptureResonanceStage, 0)
Game.setStorageValue(GlobalStorage.HeartOfDestruction.RuptureResonanceActive, 0)
Game.setStorageValue(GlobalStorage.HeartOfDestruction.RuptureResonanceStage, -1)
Game.setStorageValue(GlobalStorage.HeartOfDestruction.RuptureResonanceActive, -1)

local tile = Tile(Position(32326, 31250, 14))
if tile then
Expand Down

0 comments on commit b060f40

Please sign in to comment.