Skip to content

Commit 0041f06

Browse files
authored
Merge pull request #55 from lord-ruby/dev
fix rune stuff
2 parents a8a1d7a + b341d56 commit 0041f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

items/inversions/reverse_runes.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ local darkness = {
962962
end
963963
}
964964

965-
local freedom_indicator = Entropy.create_mark("darkness", 7067, {x = 2, y = 6})
965+
local freedom_indicator = Entropy.create_mark("freedom", 7067, {x = 2, y = 6})
966966
local freedom = {
967967
object_type = "Consumable",
968968
set = "Pact",
@@ -1226,7 +1226,7 @@ local energy = {
12261226
end
12271227
G.GAME.round_resets.discards = G.GAME.round_resets.discards - card.ability.discards
12281228
ease_discard(-card.ability.discards)
1229-
Entropy.pact_mark("rune_entr_dreams")
1229+
Entropy.pact_mark("rune_entr_energy")
12301230
end,
12311231
can_use = function()
12321232
return true

0 commit comments

Comments
 (0)