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.
This commit is contained in:
Pandarsenic
2022-05-26 16:00:58 -04:00
committed by GitHub
parent 4c904cf7a4
commit 074dcfcec2
+3 -3
View File
@@ -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)