Butlerops PT 2 (#2661)

Yummers
This commit is contained in:
Stop-Signs 2025-01-08 22:50:43 -06:00 committed by GitHub
parent aa26ccd1d7
commit d6b7f74fb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 2 deletions

View File

@ -158,7 +158,10 @@ namespace Content.Server.Roboisseur.Roboisseur
"FoodMothHeartburnSoup",
"FoodSoupBisque",
"FoodCakeSlime",
"FoodBurgerCrazy"
"FoodBurgerCrazy",
"FoodMealPoachedPears",
"FoodMealPearsBelleHelene",
"FoodTartPearCheese",
};
[DataField("robossuierRewards")]
@ -302,7 +305,8 @@ namespace Content.Server.Roboisseur.Roboisseur
"LeavesCannabisRainbowDried",
"LeavesCannabisDried",
"FoodCakeBrain",
"FoodBurgerBrain"
"FoodBurgerBrain",
"FoodMeatAnomaly",
};
}
}