mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
[MIRROR] Fixes some miscapitalization of Nanotrasen [MDB IGNORE] (#20846)
* Fixes some miscapitalization of Nanotrasen (#75026) ## About The Pull Request Fixes #75019 Also fixes it in a drink, the ethereal lore, and some photocopier paperwork. And also adds "NanoTrasen" to common spelling mistakes ## Why It's Good For The Game Nanotrasen is the correct capitalization ## Changelog 🆑 spellcheck: Fixed Nanotrasen being miscapitalized in traitor posters, a drink, the ethereal lore, and some photocopier paperwork /🆑 * Fixes some miscapitalization of Nanotrasen * Fixes the linters --------- Co-authored-by: BlueMemesauce <47338680+BlueMemesauce@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
co-authored by
BlueMemesauce
GoldenAlpharex
parent
05a56c79c4
commit
f5e769dfcd
@@ -533,7 +533,7 @@
|
||||
*/
|
||||
/obj/item/toner
|
||||
name = "toner cartridge"
|
||||
desc = "A small, lightweight cartridge of NanoTrasen ValueBrand toner. Fits photocopiers and autopainters alike."
|
||||
desc = "A small, lightweight cartridge of Nanotrasen ValueBrand toner. Fits photocopiers and autopainters alike."
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon_state = "tonercartridge"
|
||||
grind_results = list(/datum/reagent/iodine = 40, /datum/reagent/iron = 10)
|
||||
@@ -546,7 +546,7 @@
|
||||
|
||||
/obj/item/toner/large
|
||||
name = "large toner cartridge"
|
||||
desc = "A hefty cartridge of NanoTrasen ValueBrand toner. Fits photocopiers and autopainters alike."
|
||||
desc = "A hefty cartridge of Nanotrasen ValueBrand toner. Fits photocopiers and autopainters alike."
|
||||
grind_results = list(/datum/reagent/iodine = 90, /datum/reagent/iron = 10)
|
||||
charges = 25
|
||||
max_charges = 25
|
||||
|
||||
Reference in New Issue
Block a user