From 9bf84aca32ff20597ee75a049653a4ba7e2bcd7a Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 9 Apr 2020 13:18:55 -0400 Subject: [PATCH] grammar --- code/modules/cargo/bounties/science.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/cargo/bounties/science.dm b/code/modules/cargo/bounties/science.dm index 20d1b3e36f..ad03b2f393 100644 --- a/code/modules/cargo/bounties/science.dm +++ b/code/modules/cargo/bounties/science.dm @@ -119,7 +119,7 @@ /datum/bounty/item/science/noneactive_reactivearmor name = "Reactive Armor Shells" - description = "Do to the brake throughs in anomalies, we can not keep up in making reactive armor shells, can you send us a few?" + description = "Do to the breakthroughs in anomalies, we can not keep up in making reactive armor shells, can you send us a few?" reward = 2000 required_count = 5 wanted_types = list(/obj/item/reactive_armour_shell, /obj/item/clothing/suit/armor/reactive) @@ -131,28 +131,28 @@ /datum/bounty/item/science/anomaly_core name = "Anomaly Core" - description = "A new theory has begone that each sector of space has different anomalies, this all started when a local station tried to make a fire based reactive suit and failed making a stealth version, please send us a core so we may study it more." + description = "A new theory has begun that each sector of space has different anomalies, this all started when a local station tried to make a fire based reactive suit and failed making a stealth version, please send us a core so we may study it more." reward = 2500 required_count = 1 wanted_types = list(/obj/item/assembly/signaler/anomaly) /datum/bounty/item/science/anomaly_neutralizer name = "Anomaly Neutralizers" - description = "An idea for a long time was to use an unstable Suppermatter Shard to help crate the breeding grounds for an unstable part of space to harvest any anomalies we want. It worked a little to well and now were out of anomaly neutralizers please send us a baker's dozen." + description = "An idea for a long time was to use an unstable Supermatter Shard to help create the breeding grounds for an unstable part of space to harvest any anomalies we want. It worked a little too well and now were out of anomaly neutralizers please send us a baker's dozen." reward = 2500 required_count = 13 wanted_types = list(/obj/item/anomaly_neutralizer) /datum/bounty/item/science/integrated_circuit_printer name = "Integrated Circuit Printer" - description = "Do to a paperwork error, a newly made integrated circuit manufacturer line is missing three of its printers needed to operate. Until the paper work is corrected were outsourcing this problem, so please send us three integrated circuit printers." + description = "due to a paperwork error, a newly made integrated circuit manufacturer line is missing three of its printers needed to operate. Until the paper work is corrected we are outsourcing this problem, so please send us three integrated circuit printers." reward = 2000 required_count = 3 wanted_types = list(/obj/item/integrated_circuit_printer) /datum/bounty/item/science/integrated_circuit_disks name = "Integrated Circuit Printer Upgrade Disks" - description = "HR has requested ten more integrated circuit printer upgrade disks, please send them to CC as soon as possable." + description = "HR has requested ten more integrated circuit printer upgrade disks, please send them to CC as soon as possible." reward = 2000 required_count = 10 //Its just metal wanted_types = list(/obj/item/disk/integrated_circuit/upgrade)