Skip to content

Commit 2a3c311

Browse files
authored
Merge branch 'MathIsFun0:main' into main
2 parents 2cf001c + 31b8f50 commit 2a3c311

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

assets/1x/atlasone.png

2.9 KB
Loading

assets/2x/atlasone.png

3.03 KB
Loading

items/epic.lua

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@ local clockwork = { -- Steel Support: The Joker
19451945
},
19461946
name = "cry-clockwork",
19471947
key = "clockwork",
1948-
pos = { x = 2, y = 0 },
1948+
pos = { x = 5, y = 5 },
19491949
config = {
19501950
limits = { l1 = 2, l2 = 3, l3 = 5, l4 = 7 },
19511951
counters = { c1 = 0, c2 = 0, c3 = 0, c4 = 0 },
@@ -1956,7 +1956,7 @@ local clockwork = { -- Steel Support: The Joker
19561956
rarity = "cry_epic",
19571957
cost = 12,
19581958
blueprint_compat = true,
1959-
atlas = "placeholders",
1959+
atlas = "atlasone",
19601960
enhancement_gate = "m_steel", -- lucky joker uses this? hopefully it works
19611961
loc_vars = function(self, info_queue, center)
19621962
local function process_var(m, cap)
@@ -2080,6 +2080,9 @@ local clockwork = { -- Steel Support: The Joker
20802080
"Nova",
20812081
"Math",
20822082
},
2083+
art = {
2084+
"unexian",
2085+
},
20832086
},
20842087
}
20852088
return {

0 commit comments

Comments
 (0)