Fix a large number of typos (#89254)

Fixes a very large number of typos. A few of these fixes also extend to
variable names, but only the really egregious ones like "concious".
This commit is contained in:
Penelope Haze
2025-01-28 22:16:16 +01:00
committed by GitHub
parent e4e435e47b
commit 4c2a76ede3
261 changed files with 376 additions and 376 deletions
+7 -7
View File
@@ -12,7 +12,7 @@ So, let's our suit should be a low-power usage with lowered module capacity. We'
```dm
/datum/mod_theme/psychological
name = "psychological"
desc = "A DeForest Medical Corporation power-saving psychological suit, limiting its' module capacity."
desc = "A DeForest Medical Corporation power-saving psychological suit, limiting its module capacity."
```
For people that want to see additional stuff, we add an extended description with some more insight into what the suit does. We also set the default skin to usually the theme name, like so.
@@ -20,7 +20,7 @@ For people that want to see additional stuff, we add an extended description wit
```dm
/datum/mod_theme/psychological
name = "psychological"
desc = "A DeForest Medical Corporation power-saving psychological suit, limiting its' module capacity."
desc = "A DeForest Medical Corporation power-saving psychological suit, limiting its module capacity."
extended_desc = "DeForest Medical Corporation's prototype suit, based off the work of \
Nakamura Engineering. The suit has been modified to save power compared to regular suits, \
for operating at lower power levels, keeping people sane. As consequence, the capacity \
@@ -34,7 +34,7 @@ Currently crew MODsuits should be lightly armored in combat relevant stats.
```dm
/datum/mod_theme/psychological
name = "psychological"
desc = "A DeForest Medical Corporation power-saving psychological suit, limiting its' module capacity."
desc = "A DeForest Medical Corporation power-saving psychological suit, limiting its module capacity."
extended_desc = "DeForest Medical Corporation's prototype suit, based off the work of \
Nakamura Engineering. The suit has been modified to save power compared to regular suits, \
for operating at lower power levels, keeping people sane. As consequence, the capacity \
@@ -73,7 +73,7 @@ So, now that we have our theme, we want to add a skin to it (or another theme of
```dm
/datum/mod_theme/psychological
name = "psychological"
desc = "A DeForest Medical Corporation power-saving psychological suit, limiting its' module capacity."
desc = "A DeForest Medical Corporation power-saving psychological suit, limiting its module capacity."
extended_desc = "DeForest Medical Corporation's prototype suit, based off the work of \
Nakamura Engineering. The suit has been modified to save power compared to regular suits, \
for operating at lower power levels, keeping people sane. As consequence, the capacity \
@@ -96,7 +96,7 @@ So, now that we have our theme, we want to add a skin to it (or another theme of
)
```
We now have a psychological skin, this will apply the psychological icons to every part of the suit. Next we'll be looking at the flags. Boots, gauntlets and the chestplate are usually very standard, we set their thickmaterial and pressureproofness while hiding the jumpsuit on the chestplate. On the helmet however, we'll actually look at its' icon. \
We now have a psychological skin, this will apply the psychological icons to every part of the suit. Next we'll be looking at the flags. Boots, gauntlets and the chestplate are usually very standard, we set their thickmaterial and pressureproofness while hiding the jumpsuit on the chestplate. On the helmet however, we'll actually look at its icon. \
For example, if our helmet's icon covers the full head (like the research skin), we want to do something like this.
```dm
@@ -126,7 +126,7 @@ There are specific cases of helmets that semi-cover the head, like the cosmohonk
```dm
/datum/mod_theme/psychological
name = "psychological"
desc = "A DeForest Medical Corporation power-saving psychological suit, limiting its' module capacity."
desc = "A DeForest Medical Corporation power-saving psychological suit, limiting its module capacity."
extended_desc = "DeForest Medical Corporation's prototype suit, based off the work of \
Nakamura Engineering. The suit has been modified to save power compared to regular suits, \
for operating at lower power levels, keeping people sane. As consequence, the capacity \
@@ -254,7 +254,7 @@ Now we want to add it to the psychological theme, which is very simple, finishin
```dm
/datum/mod_theme/psychological
name = "psychological"
desc = "A DeForest Medical Corporation power-saving psychological suit, limiting its' module capacity."
desc = "A DeForest Medical Corporation power-saving psychological suit, limiting its module capacity."
extended_desc = "DeForest Medical Corporation's prototype suit, based off the work of \
Nakamura Engineering. The suit has been modified to save power compared to regular suits, \
for operating at lower power levels, keeping people sane. As consequence, the capacity \
+2 -2
View File
@@ -1418,7 +1418,7 @@
Already light, when powered on, this MODsuit injects the wearer seemlessly with muscle-enhancing supplements, while adding piston strength \
to their legs. The combination of these mechanisms is very energy draining - but results in next to no speed reduction for the wearer.\
Over the years, many a rich person, including Nanotrasen officials with premium subscriptions, had their life or genes rescued thanks to the \
unrivaled speed of this suit. Equally as many, however, mysteriously dissapeared in the flash of these white suits after they forgot \
unrivaled speed of this suit. Equally as many, however, mysteriously disappeared in the flash of these white suits after they forgot \
to pay off said subscriptions in due time or publicly communicated unfavourable opinions on Interdyne's gene-modding tech and ethics. "
default_skin = "interdyne"
armor_type = /datum/armor/mod_theme_interdyne
@@ -1574,7 +1574,7 @@
suits two or three times as thick. The nanomachines making up the outermost layer of armor \
are capable of shifting their form into almost-microscopic radiating fins, rendering the suit itself \
nigh-immune to even volcanic heat. It's entirely sealed against even the strongest acids, \
and the myoelectric artifical muscles of the suit leave it light as a feather during movement."
and the myoelectric artificial muscles of the suit leave it light as a feather during movement."
default_skin = "ninja"
armor_type = /datum/armor/mod_theme_ninja
resistance_flags = LAVA_PROOF|FIRE_PROOF|ACID_PROOF
+1 -1
View File
@@ -573,7 +573,7 @@
/obj/item/mod/module/quick_cuff
name = "MOD restraint assist module"
desc = "Enhanced gauntlent grip pads that help with placing individuals in restraints more quickly. Doesn't look like they'll come off."
desc = "Enhanced gauntlet grip pads that help with placing individuals in restraints more quickly. Doesn't look like they'll come off."
removable = FALSE
complexity = 0
required_slots = list(ITEM_SLOT_GLOVES)
+1 -1
View File
@@ -95,7 +95,7 @@
// recharging cleaner spray module
/obj/item/mod/module/mister/cleaner
name = "MOD janitorial mister module"
desc = "An space cleaner mister, able to clean up messes quickly. Synthesizes its own supply over time (if active)."
desc = "A space cleaner mister, able to clean up messes quickly. Synthesizes its own supply over time (if active)."
device = /obj/item/reagent_containers/spray/mister/janitor
volume = 100
active_power_cost = DEFAULT_CHARGE_DRAIN