@opfr/raids 0.11.5 → 0.11.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +3 -2
- package/dist/index.umd.js +1 -1
- package/dist/raids/happyChristmas.d.ts.map +1 -1
- package/dist/raids/happyChristmas.js +3 -2
- package/dist/raids/happyChristmas.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/locales/fr.json +8 -2
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -6767,10 +6767,10 @@ const tp = (e) => {
|
|
|
6767
6767
|
id: "c_queen_meet",
|
|
6768
6768
|
requirements: e === "sailing_boat" ? {
|
|
6769
6769
|
conditions: ["queen_meet"],
|
|
6770
|
-
mode: "
|
|
6770
|
+
mode: "include"
|
|
6771
6771
|
} : {
|
|
6772
6772
|
conditions: ["queen_meet"],
|
|
6773
|
-
mode: "
|
|
6773
|
+
mode: "include"
|
|
6774
6774
|
},
|
|
6775
6775
|
success: {
|
|
6776
6776
|
id: "ev_no_more_refuge",
|
|
@@ -7137,6 +7137,7 @@ const tp = (e) => {
|
|
|
7137
7137
|
"raids.happy_christmas.rq_fly_to_frozen_clouds.label",
|
|
7138
7138
|
{ requirements: T("aeronef").name(1) }
|
|
7139
7139
|
),
|
|
7140
|
+
doNotConsume: !0,
|
|
7140
7141
|
output: {
|
|
7141
7142
|
id: "ev_frozen_clouds",
|
|
7142
7143
|
title: s("raids.happy_christmas.ev_frozen_clouds.title"),
|