Skip to content

Commit 56f60ba

Browse files
A thing
i copied this from lucky joker
1 parent 774f491 commit 56f60ba

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

items/epic.lua

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1915,12 +1915,7 @@ local clockwork = { -- Steel Support: The Joker
19151915
cost = 12,
19161916
blueprint_compat = true,
19171917
atlas = "placeholders",
1918-
in_pool = function(self)
1919-
if not true then -- TODO: make it say "if deck has steel cards"
1920-
return false
1921-
end
1922-
return true
1923-
end,
1918+
enhancement_gate = "m_steel", -- lucky joker uses this? hopefully it works
19241919
loc_vars = function(self, info_queue, center)
19251920
return { vars = { center.ability.counters.c1, center.ability.counters.c2, center.ability.counters.c3, center.ability.counters.c4, center.ability.extra.xmult, center.ability.extra.xmult_mod, center.ability.extra.steelenhc, center.ability.extra.steel_mod } }
19261921
end,

0 commit comments

Comments
 (0)