Adds bounty for a Reuben sandwich (#13833)

This commit is contained in:
Llywelwyn
2022-05-12 11:24:35 +02:00
committed by GitHub
parent a7f1c29355
commit f83e4532a3
2 changed files with 13 additions and 0 deletions
+7
View File
@@ -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)