漂泊着内源增强

This commit is contained in:
AlexisinGit 2025-08-25 08:35:34 +08:00
parent d1fcff2fc5
commit fd3797fc8f

View File

@ -358,7 +358,7 @@ export const addMissionInventoryUpdates = async (
}
case "PlayerSkillGains": {
inventory.PlayerSkills.LPP_SPACE += value.LPP_SPACE ?? 0;
inventory.PlayerSkills.LPP_DRIFTER += value.LPP_DRIFTER ?? 0;
inventory.PlayerSkills.LPP_DRIFTER += (value.LPP_DRIFTER ?? 0) * 3;
break;
}
case "CustomMarkers": {