mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Spelling Fixes (#86056)
## About The Pull Request Fixes several errors to spelling, grammar, and punctuation. ## Why It's Good For The Game Improves readability and user experience. ## Changelog 🆑 spellcheck: fixed a few typos /🆑
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
/**
|
||||
* Goes through every subtype of /obj/item/stack to check for a singular name, var/singular_name.
|
||||
* Everything within the blacklist does not need to be tested because it exists to be overriden.
|
||||
* Everything within the blacklist does not need to be tested because it exists to be overridden.
|
||||
* This test will fail if a subtype of /obj/item/stack is missing a singular name.
|
||||
*/
|
||||
/datum/unit_test/stack_singular_name
|
||||
|
||||
/datum/unit_test/stack_singular_name/Run()
|
||||
var/list/blacklist = list( // all of these are generally parents that exist to be overriden; ex. /obj/item/stack/license_plates exists to branch into /filled and /empty
|
||||
var/list/blacklist = list( // all of these are generally parents that exist to be overridden; ex. /obj/item/stack/license_plates exists to branch into /filled and /empty
|
||||
/obj/item/stack/sheet,
|
||||
/obj/item/stack/sheet/mineral,
|
||||
/obj/item/stack/license_plates,
|
||||
|
||||
Reference in New Issue
Block a user