feat: mods in pre-U18.18 builds + equipment features in pre-U24.4 builds #3040

Merged
Sainan merged 10 commits from VoltPrime/SpaceNinjaServer:mods-equipmentfeatures-legacy into main 2025-11-18 00:27:12 -08:00
Showing only changes of commit 7817bd823c - Show all commits

View File

@@ -11,6 +11,7 @@ import { addInfestedFoundryXP, applyCheatsToInfestedFoundry } from "../../servic
import { sendWsBroadcastTo } from "../../services/wsService.ts";
import type { IEquipmentDatabase } from "../../types/equipmentTypes.ts";
import { EquipmentFeatures } from "../../types/equipmentTypes.ts";
import { Types } from "mongoose";
export const upgradesController: RequestHandler = async (req, res) => {
const account = await getAccountForRequest(req);