diff --git a/Content.Server/Shipyard/Systems/ShipyardSystem.Consoles.cs b/Content.Server/Shipyard/Systems/ShipyardSystem.Consoles.cs index 0bc14bd88c7..835f8f5c131 100644 --- a/Content.Server/Shipyard/Systems/ShipyardSystem.Consoles.cs +++ b/Content.Server/Shipyard/Systems/ShipyardSystem.Consoles.cs @@ -130,7 +130,7 @@ private void OnPurchaseMessage(EntityUid uid, ShipyardConsoleComponent component return; } - if (bank.Balance <= vessel.Price) + if (bank.Balance < vessel.Price) { ConsolePopup(args.Actor, Loc.GetString("cargo-console-insufficient-funds", ("cost", vessel.Price))); PlayDenySound(uid, component); diff --git a/Resources/Prototypes/_NF/Loadouts/Jobs/Mercenary/face.yml b/Resources/Prototypes/_NF/Loadouts/Jobs/Mercenary/face.yml index 1ca55cb15e3..70b75fe6b97 100644 --- a/Resources/Prototypes/_NF/Loadouts/Jobs/Mercenary/face.yml +++ b/Resources/Prototypes/_NF/Loadouts/Jobs/Mercenary/face.yml @@ -16,4 +16,14 @@ - type: startingGear id: MercenaryClothingMaskGasSecurity equipment: - mask: ClothingMaskGasSecurity \ No newline at end of file + mask: ClothingMaskGasSecurity + +- type: loadout + id: MercenaryClothingMaskBreathMedical + equipment: MercenaryClothingMaskBreathMedical + price: 0 + +- type: startingGear + id: MercenaryClothingMaskBreathMedical + equipment: + mask: ClothingMaskBreathMedical \ No newline at end of file diff --git a/Resources/Prototypes/_NF/Loadouts/mercenary_loadout_groups.yml b/Resources/Prototypes/_NF/Loadouts/mercenary_loadout_groups.yml index 44e8819e3f1..acc54e9dc1b 100644 --- a/Resources/Prototypes/_NF/Loadouts/mercenary_loadout_groups.yml +++ b/Resources/Prototypes/_NF/Loadouts/mercenary_loadout_groups.yml @@ -616,6 +616,7 @@ - ContractorClothingMaskScaredMime - ContractorClothingMaskSadMime - ContractorClothingMaskClown + - MercenaryClothingMaskBreathMedical - type: loadoutGroup id: MercenaryBelt