Skip to content

Commit 0ba3751

Browse files
authored
keep using placeholder for now actually
1 parent e5e90de commit 0ba3751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

items/exotic.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,8 +1343,8 @@ local verisimile = {
13431343
object_type = "Joker",
13441344
name = "cry-verisimile",
13451345
key = "verisimile",
1346-
pos = { x = 6, y = 5 },
1347-
soul_pos = { x = 7, y = 6, extra = { x = 8, y = 6 } },
1346+
pos = { x = 0, y = 1 },
1347+
soul_pos = { x = 1, y = 1, extra = { x = 2, y = 1 } },
13481348
config = { extra = { xmult = 1 } },
13491349
rarity = "cry_exotic",
13501350
cost = 50,
@@ -1355,7 +1355,7 @@ local verisimile = {
13551355
demicoloncompat = true,
13561356
blueprint_compat = true,
13571357

1358-
atlas = "exotics",
1358+
atlas = "placeholders",
13591359
loc_vars = function(self, info_queue, center)
13601360
return { vars = { number_format(center.ability.extra.xmult) } }
13611361
end,

0 commit comments

Comments
 (0)