diff --git a/code/modules/cargo/bounties/chef.dm b/code/modules/cargo/bounties/chef.dm index 2c347b3faeb..da03dfe9f54 100644 --- a/code/modules/cargo/bounties/chef.dm +++ b/code/modules/cargo/bounties/chef.dm @@ -282,3 +282,10 @@ required_count = 3 random_count = 1 wanted_types = list(/obj/item/reagent_containers/food/snacks/dip) + +/datum/bounty/item/chef/reuben + name = "Reuben Sandwich" + description = "%PERSONNAME had their lunch stolen from the company fridge. Send us a replacement reuben!" + reward_low = 3700 + reward_high = 4600 + wanted_types = list(/obj/item/reagent_containers/food/snacks/reubensandwich) \ No newline at end of file diff --git a/html/changelogs/llywelwyn-reubenbounty.yml b/html/changelogs/llywelwyn-reubenbounty.yml new file mode 100644 index 00000000000..17854c4d1ed --- /dev/null +++ b/html/changelogs/llywelwyn-reubenbounty.yml @@ -0,0 +1,6 @@ +author: Llywelwyn + +delete-after: True + +changes: + - rscadd: "Added a chef bounty for a Reuben sandwich."