Grammar, spelling and language checks on pre-made papers (#92586)

## About The Pull Request

A lot of very small grammar, spelling and language changes to pre-made
papers, and corrects the amount of glass sheets on the BSA materials
sheet

## Why It's Good For The Game

Good proofreading is good, and I've fallen for the wrong amount of glass
on that sheet like four times now. Never again.

## Changelog

🆑
spellcheck: grammar, spelling and language checks on premade papers +
BSA materials sheet shows correct amount of glass
/🆑
This commit is contained in:
Leland Kemble
2025-08-17 18:14:40 -04:00
committed by GitHub
parent 2c69066b2a
commit c80361d5f3
2 changed files with 151 additions and 16 deletions

File diff suppressed because one or more lines are too long

View File

@@ -97,7 +97,7 @@
* Adds the stamp overlay and sets "stamped" to true
*
* Adds the stamp overlay to a piece of paperwork, and sets "stamped" to true.
* Handled as a proc so that an object may be maked as "stamped" even when a stamp isn't present (like the photocopier)
* Handled as a proc so that an object may be marked as "stamped" even when a stamp isn't present (like the photocopier)
*/
/obj/item/paperwork/proc/add_stamp()
stamp_overlay = mutable_appearance('icons/obj/service/bureaucracy.dmi', stamp_icon)
@@ -138,7 +138,7 @@
/obj/item/paperwork/security/Initialize(mapload)
. = ..()
detailed_desc += span_info(" The stack of documents are related to a civil case being processed by a neighboring installation.")
detailed_desc += span_info(" The stack of documents is related to a civil case being processed by a neighboring installation.")
detailed_desc += span_info(" The document requests that you review a conduct report submitted by the lawyer of the station.")
detailed_desc += span_info(" The case file details accusations against the station's security department, including misconduct, harassment, an-")
detailed_desc += span_info(" What a bunch of crap, the security team were clearly just doing what they had to. You should probably stamp this.")
@@ -164,7 +164,7 @@
/obj/item/paperwork/medical/Initialize(mapload)
. = ..()
detailed_desc += span_info(" The stack of documents appear to be a medical report from a nearby station, detailing the autopsy of an unknown xenofauna.")
detailed_desc += span_info(" The stack of documents appears to be a medical report from a nearby station, detailing the autopsy of an unknown xenofauna.")
detailed_desc += span_info(" Skipping to the end of the report reveals that the specimen was the station bartender's pet monkey.")
detailed_desc += span_info(" The specimen had been exposed to radiation during an 'unrelated incident with the engine', leading to its mutated form.")
detailed_desc += span_info(" Regardless, the autopsy results look like they could be useful. You should probably stamp this.")
@@ -255,7 +255,7 @@
/obj/item/paperwork/ancient/Initialize(mapload)
. = ..()
detailed_desc = span_notice("It's impossible to really tell how old these are or what they're for, but Central Command might appreciate them anyways.")
detailed_desc = span_notice("It's impossible to really tell how old these are or what they're for, but Central Command might appreciate them anyway.")
var/static/list/paperwork_to_use //Make the ancient paperwork function like one of the main types
if(!paperwork_to_use)