Skip to content

Commit

Permalink
crystal IDs - Ferumbras lever
Browse files Browse the repository at this point in the history
  • Loading branch information
htc16 committed Oct 30, 2024
1 parent 66d23b5 commit 6835cb2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ function leverFerumbras.onUse(player, item, fromPosition, target, toPosition, is
local stg = crystal.globalStorage
local sqm = Tile(pos)
if sqm then
local item = sqm:getItemById(17586)
local item = sqm:getItemById(14961)
if item then
item:transform(17580)
item:transform(14955)
end
end
Game.setStorageValue(stg, 0)
Expand Down

0 comments on commit 6835cb2

Please sign in to comment.