Skip to content

Commit

Permalink
Update quake_lever.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Luciano authored Jan 20, 2024
1 parent ce6b68d commit 3a67fb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ local config = {
onUseExtra = function()
Game.setStorageValue(GlobalStorage.HeartOfDestruction.ForeshockHealth, 105000)
Game.setStorageValue(GlobalStorage.HeartOfDestruction.AftershockHealth, 105000)
Game.setStorageValue(GlobalStorage.HeartOfDestruction.ForeshockStage, 0)
Game.setStorageValue(GlobalStorage.HeartOfDestruction.AftershockStage, 0)
Game.setStorageValue(GlobalStorage.HeartOfDestruction.ForeshockStage, -1)
Game.setStorageValue(GlobalStorage.HeartOfDestruction.AftershockStage, -1)
local tile = Tile(Position(32199, 31248, 14))
if tile then
local vortex = tile:getItemById(23482)
Expand Down

0 comments on commit 3a67fb0

Please sign in to comment.