From 5ee7df4c134c4eeff217bb71d544863749fb4a91 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 27 May 2022 00:24:21 +0200 Subject: [PATCH] [MIRROR] Ice Cream Sandwich Bounties - clarification [MDB IGNORE] (#13921) * Ice Cream Sandwich Bounties - clarification (#67297) qol: Ice Cream Sandwich bounties now specify in the description that they have to be ice cream sandwiches, hopefully preventing possible confusion about which foods are suitable. * Ice Cream Sandwich Bounties - clarification Co-authored-by: Pandarsenic <101627558+Pandarsenic@users.noreply.github.com> --- code/modules/cargo/bounties/chef.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/cargo/bounties/chef.dm b/code/modules/cargo/bounties/chef.dm index 3e15c3688bb..1440a330ad8 100644 --- a/code/modules/cargo/bounties/chef.dm +++ b/code/modules/cargo/bounties/chef.dm @@ -30,14 +30,14 @@ /datum/bounty/item/chef/icecreamsandwich name = "Ice Cream Sandwiches" - description = "Upper management has been screaming non-stop for ice cream. Please send some." + description = "Upper management has been screaming non-stop for ice cream sandwiches. Please send some." reward = CARGO_CRATE_VALUE * 8 required_count = 3 wanted_types = list(/obj/item/food/icecreamsandwich = TRUE) /datum/bounty/item/chef/strawberryicecreamsandwich - name = " Strawberry Ice Cream Sandwiches" - description = "Upper management has been screaming non-stop for more flavourful ice cream. Please send some." + name = "Strawberry Ice Cream Sandwiches" + description = "Upper management has been screaming non-stop for more flavourful ice cream sandwiches. Please send some." reward = CARGO_CRATE_VALUE * 10 required_count = 3 wanted_types = list(/obj/item/food/strawberryicecreamsandwich = TRUE)