Skip to content

Commit a00961d

Browse files
Add 'Wolverines X' as revive provider.
1 parent 16a6f8a commit a00961d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

extension/changelog.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"Requires 'TornPal' to be enabled as external service."
1616
],
1717
"contributor": "DeKleineKobini"
18-
}
18+
},
19+
{ "message": "Add 'Wolverines X' as revive provider.", "contributor": "DeKleineKobini" }
1920
],
2021
"fixes": [
2122
{ "message": "Fix personal stat average injection on Firefox.", "contributor": "tiksan" },

extension/scripts/global/functions/api-external.js

+10
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,16 @@ const REVIVE_PROVIDERS = [
150150
xanax: 1,
151151
},
152152
},
153+
{
154+
provider: "midnight_x",
155+
name: "Midnight X",
156+
origin: FETCH_PLATFORMS.stig,
157+
doRequest: __requestStigFormat("Midnight X"),
158+
price: {
159+
money: 1_800_000,
160+
xanax: 2,
161+
},
162+
},
153163
];
154164

155165
function doRequestRevive(id, name, country, faction) {

0 commit comments

Comments
 (0)