mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
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:
File diff suppressed because one or more lines are too long
@@ -97,7 +97,7 @@
|
|||||||
* Adds the stamp overlay and sets "stamped" to true
|
* Adds the stamp overlay and sets "stamped" to true
|
||||||
*
|
*
|
||||||
* Adds the stamp overlay to a piece of paperwork, 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()
|
/obj/item/paperwork/proc/add_stamp()
|
||||||
stamp_overlay = mutable_appearance('icons/obj/service/bureaucracy.dmi', stamp_icon)
|
stamp_overlay = mutable_appearance('icons/obj/service/bureaucracy.dmi', stamp_icon)
|
||||||
@@ -138,7 +138,7 @@
|
|||||||
/obj/item/paperwork/security/Initialize(mapload)
|
/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 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(" 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.")
|
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)
|
/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(" 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(" 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.")
|
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)
|
/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
|
var/static/list/paperwork_to_use //Make the ancient paperwork function like one of the main types
|
||||||
if(!paperwork_to_use)
|
if(!paperwork_to_use)
|
||||||
|
|||||||
Reference in New Issue
Block a user