mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-02-23 03:35:25 +01:00
Fix elusive targets
(cherry picked from commit c8838f755ba47cc4199e111e79490230aec578db)
This commit is contained in:
parent
71ce9f0f87
commit
926168bbd1
@ -84,6 +84,10 @@ export class MenuSystemDatabase {
|
||||
configs.push(
|
||||
"menusystem/elements/settings/data/isnonvroptionvisible.json",
|
||||
)
|
||||
|
||||
configs.push(
|
||||
"menusystem/elements/contract/hitscategory_elusive.json",
|
||||
)
|
||||
}
|
||||
|
||||
if (gameVersion === "h3" || gameVersion === "h1") {
|
||||
@ -126,6 +130,11 @@ export class MenuSystemDatabase {
|
||||
$else: true,
|
||||
},
|
||||
}
|
||||
case "/elements/contract/hitscategory_elusive.json":
|
||||
return {
|
||||
$include:
|
||||
"menusystem/elements/contract/hitscategory.json",
|
||||
}
|
||||
case "/data/ishitman3available.json":
|
||||
return {
|
||||
"$if $eq (0,0)": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user