From 2904339a6c0c7f487af793cc29c3260a4ebd6481 Mon Sep 17 00:00:00 2001 From: 13lackHawk Date: Tue, 21 May 2024 02:25:52 +0300 Subject: [PATCH] fixs --- Content.Server/Andromeda/NPC/RoboisseurComponent.cs | 10 ++++++++-- Resources/Prototypes/Maps/aspid.yml | 4 ++-- Resources/Prototypes/Maps/box.yml | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Content.Server/Andromeda/NPC/RoboisseurComponent.cs b/Content.Server/Andromeda/NPC/RoboisseurComponent.cs index fcc09c2c281..b1d51c7004b 100644 --- a/Content.Server/Andromeda/NPC/RoboisseurComponent.cs +++ b/Content.Server/Andromeda/NPC/RoboisseurComponent.cs @@ -290,6 +290,12 @@ public sealed partial class RoboisseurComponent : Component "FoodDonkpocketPizzaWarm", "FoodBurgerMothRoach", "FoodBurgerBear", - "FoodSaladOlivie" + "FoodSaladOlivie", + "SalCoat", + "SalCrab", + "SalMime", + "FoodTinCondMilk", + "FoodTinPorrige", + "FoodTinErp" }; -} \ No newline at end of file +} diff --git a/Resources/Prototypes/Maps/aspid.yml b/Resources/Prototypes/Maps/aspid.yml index cbf98c881f5..44a31e10c7e 100644 --- a/Resources/Prototypes/Maps/aspid.yml +++ b/Resources/Prototypes/Maps/aspid.yml @@ -1,6 +1,6 @@ - type: gameMap id: Aspid - mapName: 'Andromeda Aspid' + mapName: 'Aspid' mapPath: /Maps/aspid.yml minPlayers: 20 maxPlayers: 40 @@ -9,7 +9,7 @@ stationProto: StandardNanotrasenStation components: - type: StationNameSetup - mapNameTemplate: '{0} Aspid Andromeda {1}' + mapNameTemplate: '{0} Aspid {1}' nameGenerator: !type:NanotrasenNameGenerator prefixCreator: '14' diff --git a/Resources/Prototypes/Maps/box.yml b/Resources/Prototypes/Maps/box.yml index 5ab134e55b1..62b69fc24cb 100644 --- a/Resources/Prototypes/Maps/box.yml +++ b/Resources/Prototypes/Maps/box.yml @@ -1,6 +1,6 @@ - type: gameMap id: Box - mapName: 'Andromeda Box Station' + mapName: 'Box Station' mapPath: /Maps/box.yml minPlayers: 35 stations: @@ -8,7 +8,7 @@ stationProto: StandardNanotrasenStation components: - type: StationNameSetup - mapNameTemplate: '{0}Andromeda Box Station {1}' + mapNameTemplate: '{0} Box Station {1}' nameGenerator: !type:NanotrasenNameGenerator prefixCreator: 'TG'