diff --git a/code/modules/cargo/bounties/chef.dm b/code/modules/cargo/bounties/chef.dm index 395905d0..5864f5b6 100644 --- a/code/modules/cargo/bounties/chef.dm +++ b/code/modules/cargo/bounties/chef.dm @@ -1,6 +1,6 @@ /datum/bounty/item/chef/birthday_cake name = "Birthday Cake" - description = "Winfre's birthday is coming up! Ship them a birthday cake to celebrate!" + description = "An CentCom's employee is having a birthday party! Ship them a birthday cake so that they can celebrate it!" reward = 1000 wanted_types = list(/obj/item/reagent_containers/food/snacks/store/cake/birthday, /obj/item/reagent_containers/food/snacks/cakeslice/birthday) diff --git a/code/modules/cargo/bounties/reagent.dm b/code/modules/cargo/bounties/reagent.dm index 35bd95c1..a1469b52 100644 --- a/code/modules/cargo/bounties/reagent.dm +++ b/code/modules/cargo/bounties/reagent.dm @@ -84,7 +84,7 @@ datum/bounty/reagent/simple_drink/New() var/reagent_type = pick(possible_reagents) wanted_reagent = new reagent_type name = wanted_reagent.name - description = "Winfre is thirsty, Send a shipment of [name] to CentCom to quench her thirst." + description = "Juliette is thirsty, Send a shipment of [name] to CentCom to quench her thirst." reward += rand(0, 2) * 500 /datum/bounty/reagent/complex_drink