Skip to content

Commit

Permalink
Minor sprite change
Browse files Browse the repository at this point in the history
  • Loading branch information
plasma4 committed Aug 26, 2024
1 parent 486f8d9 commit 3f19cb4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified Magix/magix2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion MagixData.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion magix.js
Original file line number Diff line number Diff line change
Expand Up @@ -18519,7 +18519,7 @@ if (getObj("civ") != "1") {
new G.Tech({
name: 'prospecting IV', category: 'tier1',
desc: '@[mine]s will now be able to get rare [valuable gems] @unlocks new techs related to [carver]s',
icon: [2, 35, 'magixmod', 11, 1, 'magixmod'],
icon: [55, 0, 'magix2'],
cost: { 'insight II': 300, 'culture II': 100, 'science': 20 },
req: { 'prospecting III': true, 'eota': true },
effects: [
Expand Down
2 changes: 1 addition & 1 deletion magixUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ var numberFormatters =
];

if (getObj("civ") === null) setObj("civ", 0);
var magix2Link = 'https://file.garden/ZmatEHzFI2_QBuAF/magix2.png?v=2' // Version 2: 55 sprites
var magix2Link = 'https://file.garden/ZmatEHzFI2_QBuAF/magix2.png?v=2' // Version 2: 56 sprites
G.AddData({
name: 'MagixUtils',
author: 'pelletsstarPL',
Expand Down

0 comments on commit 3f19cb4

Please sign in to comment.