From eb5f0143828aa6b5bd5743517d353dc1d5ecd4bb Mon Sep 17 00:00:00 2001 From: Winter Flare <7543955+Owai-Seek@users.noreply.github.com> Date: Fri, 1 Nov 2019 05:24:20 -0400 Subject: [PATCH] Travis is mean. --- code/modules/cargo/bounties/assistant.dm | 2 +- code/modules/cargo/bounties/chef.dm | 4 ++-- code/modules/cargo/bounties/gardencook.dm | 2 +- code/modules/cargo/bounties/silly.dm | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/code/modules/cargo/bounties/assistant.dm b/code/modules/cargo/bounties/assistant.dm index fa465e7db7..a4a0eb3db1 100644 --- a/code/modules/cargo/bounties/assistant.dm +++ b/code/modules/cargo/bounties/assistant.dm @@ -206,7 +206,7 @@ /datum/bounty/item/assistant/bolas name = "Bolas" - description = "Centcomm's chef has lost their mind. They're streaking naked though the halls, greased up with butter and cooking oil. Send some bola's so we can capture them." + description = "Centcom's chef has lost their mind. They're streaking naked though the halls, greased up with butter and cooking oil. Send some bola's so we can capture them." reward = 800 required_count = 3 wanted_types = list(/obj/item/restraints/legcuffs/bola) diff --git a/code/modules/cargo/bounties/chef.dm b/code/modules/cargo/bounties/chef.dm index 08705ee255..f9dbd96441 100644 --- a/code/modules/cargo/bounties/chef.dm +++ b/code/modules/cargo/bounties/chef.dm @@ -110,7 +110,7 @@ /datum/bounty/item/chef/ratkebab name = "Rat Kebabs" - description = "Centcomm is requesting some -special- kebabs for it's service staff." + description = "Centcom is requesting some -special- kebabs for it's service staff." reward = 1800 required_count = 3 wanted_types = list(/obj/item/reagent_containers/food/snacks/kebab/rat) @@ -129,7 +129,7 @@ /datum/bounty/item/chef/waffles name = "Waffles" - description = "Security staff at Centcomm are looking for a fun treat. Ship us some waffles so they can fill the cells." + description = "Security staff at Centcom are looking for a fun treat. Ship us some waffles so they can fill the cells." reward = 1000 wanted_types = list(/obj/item/reagent_containers/food/snacks/waffles) diff --git a/code/modules/cargo/bounties/gardencook.dm b/code/modules/cargo/bounties/gardencook.dm index f38c28e584..3fae11d5cf 100644 --- a/code/modules/cargo/bounties/gardencook.dm +++ b/code/modules/cargo/bounties/gardencook.dm @@ -28,7 +28,7 @@ /datum/bounty/item/gardencook/khinkali name = "Khinkali" - description = "Requesting -some khinki stuff- for a private staff party at Centcomm" + description = "Requesting -some khinki stuff- for a private staff party at Centcom" reward = 2400 required_count = 6 wanted_types = list(/obj/item/reagent_containers/food/snacks/khinkali) diff --git a/code/modules/cargo/bounties/silly.dm b/code/modules/cargo/bounties/silly.dm index 0aa9ef6361..aa5be14b7d 100644 --- a/code/modules/cargo/bounties/silly.dm +++ b/code/modules/cargo/bounties/silly.dm @@ -1,13 +1,13 @@ /datum/bounty/item/silly/paper_plane name = "Paper Planes" - description = "Centcomm is running an experiment on which type of paper plane is the most aerodynamically stable. Send us some samples to further our study." + description = "Centcom is running an experiment on which type of paper plane is the most aerodynamically stable. Send us some samples to further our study." reward = 900 required_count = 15 wanted_types = list(/obj/item/paperplane) /datum/bounty/item/silly/mousetraps name = "Mouse Traps" - description = "Some shoeless hoodlum is intentionally tracking paint all over Centcomm. Send us some mouse traps so we can capture the culprit." + description = "Some shoeless hoodlum is intentionally tracking paint all over Centcom. Send us some mouse traps so we can capture the culprit." reward = 1200 required_count = 12 wanted_types = list(/obj/item/assembly/mousetrap) @@ -27,7 +27,7 @@ /datum/bounty/item/silly/peels name = "Banana Peels" - description = "Centcomm is running an experiment to see if a slip-n-slide can be made entirely out of banana peels, but noone wants to eat that many bananas. Ship us some fresh peels." + description = "Centcom is running an experiment to see if a slip-n-slide can be made entirely out of banana peels, but noone wants to eat that many bananas. Ship us some fresh peels." reward = 950 required_count = 12 wanted_types = list(/obj/item/grown/bananapeel)