Fix a variety of grammar errors (#94707)

* Fix uncapitalized sentences, lack of "the", and singular/plural mixup
when inserting items into lathes
* Conform some job descriptions to the pattern used by the majority:
bitrunner, chemist, coroner, janitor, RD, shaft miner
* Remove extra colon from "Open Special Role Information" action buttons
* Uncapitalize "no alerts" / "systems nominal" messages in atmos and
station alert consoles
* Fix incorrect feedback when wrenching down a freezer/heater with its
panel open
* Fix "Thank you for restocking the station!" appearing in the wrong
place in the cargo export summary
* Fix "pizza boxs" on cargo manifests
* Fix mid-sentence capital "The" when:
  * Examining walls with mounted items
  * Inserting parts into machine frames
* Fix "Pete's the udder"
* Fix double-"the" and stringified datum typepath when scooping reagents
* Fix missing spaces in door remote descriptions
* Fix uncapitalized "Nanotrasen" in emergency respone drone ghost role
poll
* Fix double-space in canister opening admin log
* Fix missing "the" when casting bear-form spell
* Fix "auxiliry" in NebulaStation airlocks
* Add `check_grep.sh` rules against "maintainance", "maintainence", and
"maintenence"
* Fix "maintainance" in NebulaStation airlocks, TCG cards, and in
examines of netpod, byteforge, quantum server
* Fix "maintainence" in examines of autolathe, flatpacker, cryo cell,
ore silo, floodlight, power storage unit, turbine, chromatography
machine, ChemMaster, all-in-one grinder, smoke machine, R&D machines,
vending machines
  * Fix "maintenence" in Sulaco ruin terminal
* Add missing periods to:
  * "That's X." examine block header
  * steal objective explanation text
  * atmospheric shield generator examine
  * autolathe examine
  * telescreen examine
  * accidentally stepping on a mousetrap
  * netpod examine
  * byteforge examine
  * hat/mask visor toggling
  * bizza box stack examine
  * ChemMaster 3000 examine
  * floodlight examine
  * power storage unit examine
  * ChemMaster interact messages
  * disposal bin animal eject message
  * techfab examine
  * vending machine examine
  * flatpacker examine
* Fix name capitalization/propriety of:
  * big manipulator
  * DeForest first aid station
  * Christmas tree
  * Thunderdome plaque
  * commission plaque
  * chalkboard coffee menu
  * experimental destructive scanner
  * scanner array
  * prison cube
  * RaptorDex
  * atmospheric shield generator
  * high-performance liquid chromatography machine
  * all-in-one grinder
  * keycard authentication device
* Fix plurality of:
  * fake stairs
  * HUDs
  * restaurant and bar seating
* Fix misc grammar/typos in:
  * recharging station description
  * worm description
  * surgery tray description
  * access failure message of restaurant portal
  * mysterious pillar description
  * Pennywise painting description
  * floodlight examine
  * power storage unit examine
  * flatpacker examine
* Remove extra newline from "Debug Z-Levels" verb
This commit is contained in:
Tad Hardesty
2026-01-03 21:34:59 -07:00
committed by GitHub
parent f26fddb39e
commit 4d7b9be4a2
77 changed files with 180 additions and 136 deletions
@@ -40,7 +40,7 @@
desc = "State of the art machinery for general overwatch purposes."
upperinfo = "Bravo Overwatch Console"
icon_screen = "explosive"
content = list("<B>Operator:</B> Cas Ashpole <BR> <BR> <B><center>Squad Overwatch:</B> Cas Ashpole <BR> <BR> <b>Squad Leader Deployed</b> <BR> <b>Squad Smartgunners:</b> 1 Deployed <BR> <b>Squad Corpsmen:</b> 1 Deployed <BR> <b>Squad Engineers:</b> 2 Deployed <BR> <b>Squad Marines:</b> 4 Deployed <BR> <b>Total:</b> 9 Deployed <BR> <b>Marines Alive:</b> 0 <BR> <BR> <table> <tr> <th>Name</th> <th>Role</th> <th>State</th> <th>Location</th> <th>SL Distance</th> </tr> <tr> <td>Chip Mello</td> <td>Squad Leader</td> <td>Dead</td> <td>Self-Destruct Core Room</td> <td> N/A </td> </tr> <tr> <td>Sophie Knight</td> <td>Squad Smartgunner</td> <td>Dead</td> <td>Self-Destruct Core Room</td> <td>4</td> </tr> <tr> <td>Marie Newman</td> <td>Squad Corpsman</td> <td>Dead</td> <td>Unknown</td> <td> N/A </td> </tr> <tr> <td>Angelo Patton</td> <td>Squad Engineer</td> <td>Dead</td> <td>Sulaco Maintenence</td> <td>19</td> </tr> <tr> <td>Marlon Foster</td> <td>Squad Engineer</td> <td>Dead</td> <td>Sulaco Dropship Hangar</td> <td>28</td> </tr> <tr> <td>Doug Davidson</td> <td>Squad Marine</td> <td>Dead</td> <td>Sulaco Hangar Workshop</td> <td>33</td> </tr> <tr> <td>Courtney Miller</td> <td>Squad Marine</td> <td>Dead</td> <td>Sulaco Hangar Workshop</td> <td>42</td> </tr> <tr> <td>Cesar Jefferson</td> <td>Squad Marine</td> <td>Dead</td> <td>Self-Destruct Core Room</td> <td>14</td> </tr> </table> <BR> <b>Primary Objective:</b> Defend the self-destruct core. <BR> <b>Secondary Objective:</b> Give them hell!</center>")
content = list("<B>Operator:</B> Cas Ashpole <BR> <BR> <B><center>Squad Overwatch:</B> Cas Ashpole <BR> <BR> <b>Squad Leader Deployed</b> <BR> <b>Squad Smartgunners:</b> 1 Deployed <BR> <b>Squad Corpsmen:</b> 1 Deployed <BR> <b>Squad Engineers:</b> 2 Deployed <BR> <b>Squad Marines:</b> 4 Deployed <BR> <b>Total:</b> 9 Deployed <BR> <b>Marines Alive:</b> 0 <BR> <BR> <table> <tr> <th>Name</th> <th>Role</th> <th>State</th> <th>Location</th> <th>SL Distance</th> </tr> <tr> <td>Chip Mello</td> <td>Squad Leader</td> <td>Dead</td> <td>Self-Destruct Core Room</td> <td> N/A </td> </tr> <tr> <td>Sophie Knight</td> <td>Squad Smartgunner</td> <td>Dead</td> <td>Self-Destruct Core Room</td> <td>4</td> </tr> <tr> <td>Marie Newman</td> <td>Squad Corpsman</td> <td>Dead</td> <td>Unknown</td> <td> N/A </td> </tr> <tr> <td>Angelo Patton</td> <td>Squad Engineer</td> <td>Dead</td> <td>Sulaco Maintenance</td> <td>19</td> </tr> <tr> <td>Marlon Foster</td> <td>Squad Engineer</td> <td>Dead</td> <td>Sulaco Dropship Hangar</td> <td>28</td> </tr> <tr> <td>Doug Davidson</td> <td>Squad Marine</td> <td>Dead</td> <td>Sulaco Hangar Workshop</td> <td>33</td> </tr> <tr> <td>Courtney Miller</td> <td>Squad Marine</td> <td>Dead</td> <td>Sulaco Hangar Workshop</td> <td>42</td> </tr> <tr> <td>Cesar Jefferson</td> <td>Squad Marine</td> <td>Dead</td> <td>Self-Destruct Core Room</td> <td>14</td> </tr> </table> <BR> <b>Primary Objective:</b> Defend the self-destruct core. <BR> <b>Secondary Objective:</b> Give them hell!</center>")
/obj/machinery/computer/terminal/sulaco/overwatch/main
name = "main overwatch console"
@@ -18,7 +18,7 @@
/obj/item/paper/pamphlet/ruin/originalcontent/pennywise
name = "Painting - 'Pennywise'"
default_raw_text = "<i>This picture depicts a smiling clown. Something doesn't feel right about this..</i>"
default_raw_text = "<i>This picture depicts a smiling clown. Something doesn't feel right about this...</i>"
icon_state = "painting3"
/obj/item/paper/pamphlet/ruin/originalcontent/yelling