Skip to content

Commit

Permalink
Update RoboisseurComponent.cs
Browse files Browse the repository at this point in the history
Signed-off-by: Stop-Signs <[email protected]>
  • Loading branch information
Stop-Signs authored Sep 8, 2024
1 parent c1c2f0f commit 17f1e1d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Content.Server/DeltaV/NPC/Roboisseur/RoboisseurComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,33 +94,39 @@ public sealed partial class RoboisseurComponent : Component
{
"FoodBurgerEmpowered",
"FoodSoupClown",
"FoodSoupChiliClown",
"FoodPiePumpkin",
"FoodSoupTomato",
"FoodBreadMeat",
"FoodBreadCreamcheese",
"FoodCheeseCurds",
"FoodBurgerSuper",
"FoodNoodlesCopy",
// "FoodMothMallow",
"FoodPizzaCorncob",
"FoodPizzaDonkpocket",
"FoodSoupMonkey",
"FoodMothSeedSoup",
"FoodTartGrape",
"FoodMealCubancarp",
"FoodMealSashimi",
"FoodBurgerCarp",
"FoodMothMacBalls",
"FoodSoupNettle",
"FoodBurgerDuck",
"FoodBurgerBear",
"FoodBurgerBaseball"
};

[DataField("tier3Protos")]
public List<String> Tier3Protos = new()
{
"FoodBurgerGhost",
"FoodSoupChiliClown",
"FoodSaladWatermelonFruitBowl",
"FoodMealCubancarp",
"FoodBakedCannabisBrownieBatch",
"FoodPizzaDank",
"FoodBurgerBear",
"FoodBurgerMime",
"FoodMothSeedSoup",
"FoodBreadBanana",
"FoodMothFleetSalad",
"FoodCakeSuppermatter",
"FoodSoupChiliCold",
"FoodSoupBisque",
Expand Down Expand Up @@ -151,14 +157,12 @@ public sealed partial class RoboisseurComponent : Component
public IReadOnlyList<String> BlacklistedProtos = new[]
{
"FoodBurgerSpell",
"FoodBreadBanana",
"FoodMothSqueakingFry",
"FoodMothFleetSalad",
"FoodBurgerMime",
"FoodBreadMeatSpider",
"FoodBurgerHuman",
"FoodNoodlesBoiled",
"FoodMothOatStew",
"FoodSoupTomato",
"FoodDonkpocketBerryWarm",
"FoodBreadButteredToast",
"FoodMothCottonSoup",
Expand All @@ -172,7 +176,6 @@ public sealed partial class RoboisseurComponent : Component
"FoodSoupTomatoBlood",
"FoodMothSaladBase",
"FoodPieXeno",
"FoodPiePumpkin",
"FoodPiePumpkinSlice",
"FoodDonkpocketTeriyakiWarm",
"FoodMothBakedCheese",
Expand All @@ -186,12 +189,10 @@ public sealed partial class RoboisseurComponent : Component
// "FoodBreadMoldySlice",
"FoodRiceBoiled",
"FoodMothEyeballSoup",
"FoodBreadCreamcheese",
"FoodSoupOnion",
"FoodBurgerAppendix",
"FoodBurgerRat",
"RegenerativeMesh",
"FoodCheeseCurds",
"FoodDonkpocketHonkWarm",
"FoodOatmeal",
"FoodBreadJellySlice",
Expand All @@ -200,7 +201,6 @@ public sealed partial class RoboisseurComponent : Component
"FoodDonkpocketSpicyWarm",
"FoodCannabisButter",
"FoodNoodles",
"FoodBreadMeat",
"LeavesCannabisDried",
"FoodBurgerCheese",
"FoodDonkpocketDankWarm",
Expand Down

0 comments on commit 17f1e1d

Please sign in to comment.