mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
Add InjectItemCounts to the migrator. (#4466)
This commit is contained in:
parent
a005075bd2
commit
dee885622e
1 changed files with 6 additions and 0 deletions
|
@ -77,5 +77,11 @@ namespace SOH {
|
|||
}
|
||||
CVarClear(migration.from.c_str());
|
||||
}
|
||||
if (conf->Contains("CVars.gEnhancements.InjectItemCounts")) {
|
||||
CVarClear("gEnhancements.InjectItemCounts");
|
||||
CVarSetInteger("gEnhancements.InjectItemCounts.GoldSkulltula", 1);
|
||||
CVarSetInteger("gEnhancements.InjectItemCounts.HeartContainer", 1);
|
||||
CVarSetInteger("gEnhancements.InjectItemCounts.HeartPiece", 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue