Skip to content

Commit

Permalink
fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
13lackHawk committed May 20, 2024
1 parent cc45b81 commit 2904339
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions Content.Server/Andromeda/NPC/RoboisseurComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,12 @@ public sealed partial class RoboisseurComponent : Component
"FoodDonkpocketPizzaWarm",
"FoodBurgerMothRoach",
"FoodBurgerBear",
"FoodSaladOlivie"
"FoodSaladOlivie",
"SalCoat",
"SalCrab",
"SalMime",
"FoodTinCondMilk",
"FoodTinPorrige",
"FoodTinErp"
};
}
}
4 changes: 2 additions & 2 deletions Resources/Prototypes/Maps/aspid.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: gameMap
id: Aspid
mapName: 'Andromeda Aspid'
mapName: 'Aspid'
mapPath: /Maps/aspid.yml
minPlayers: 20
maxPlayers: 40
Expand All @@ -9,7 +9,7 @@
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0} Aspid Andromeda {1}'
mapNameTemplate: '{0} Aspid {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Maps/box.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
- type: gameMap
id: Box
mapName: 'Andromeda Box Station'
mapName: 'Box Station'
mapPath: /Maps/box.yml
minPlayers: 35
stations:
Boxstation:
stationProto: StandardNanotrasenStation
components:
- type: StationNameSetup
mapNameTemplate: '{0}Andromeda Box Station {1}'
mapNameTemplate: '{0} Box Station {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'TG'
Expand Down

0 comments on commit 2904339

Please sign in to comment.