Skip to content

Commit

Permalink
Small sprite fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plasma4 committed Dec 23, 2024
1 parent d6c5f3b commit 84d4c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magix.js
Original file line number Diff line number Diff line change
Expand Up @@ -12161,7 +12161,7 @@ if (getObj("civ") != "1") {
new G.Tech({
name: 'paradise crafting', category: 'tier1',
desc: '@Some buildings and crafting shacks from mortal world can be built in Paradise as a separated unit.',
icon: [21, 15, 'magixmod', 0, 0, 'magix2'],
icon: [0, 14, 'magixmod', 21, 15, 'magixmod'],
cost: { 'insight': 650 },
req: { 'ambrosium treeplanting': true, 'paradise building': true },
});
Expand Down

0 comments on commit 84d4c03

Please sign in to comment.