From 56c76bca38e59549cf557e3992c85c1fb6bc04a5 Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Wed, 15 Jul 2026 00:31:18 -0400 Subject: [PATCH] Equpiment and linbs (#96958) ## About The Pull Request Fix some typos I remembered existed ## Why It's Good For The Game Words spell good ## Changelog No --- .../{digitigrade_linb.dm => digitigrade_limb.dm} | 0 .../greyscale_configs/greyscale_clothes.dm | 2 +- code/modules/client/preferences/_preference.dm | 2 +- code/modules/research/anomaly/anomaly_refinery.dm | 2 +- code/modules/research/designs/mecha_designs.dm | 2 +- ...te_equpiment.dmi => digi_template_equipment.dmi} | Bin tgstation.dme | 2 +- 7 files changed, 5 insertions(+), 5 deletions(-) rename code/datums/components/{digitigrade_linb.dm => digitigrade_limb.dm} (100%) rename icons/mob/clothing/{digi_template_equpiment.dmi => digi_template_equipment.dmi} (100%) diff --git a/code/datums/components/digitigrade_linb.dm b/code/datums/components/digitigrade_limb.dm similarity index 100% rename from code/datums/components/digitigrade_linb.dm rename to code/datums/components/digitigrade_limb.dm diff --git a/code/datums/greyscale/config_types/greyscale_configs/greyscale_clothes.dm b/code/datums/greyscale/config_types/greyscale_configs/greyscale_clothes.dm index c6dcbc200df..10cc197140a 100644 --- a/code/datums/greyscale/config_types/greyscale_configs/greyscale_clothes.dm +++ b/code/datums/greyscale/config_types/greyscale_configs/greyscale_clothes.dm @@ -702,7 +702,7 @@ /datum/greyscale_config/digitigrade name = "Digitigrade Clothes" - icon_file = 'icons/mob/clothing/digi_template_equpiment.dmi' + icon_file = 'icons/mob/clothing/digi_template_equipment.dmi' json_config = 'code/datums/greyscale/json_configs/digitigrade.json' /datum/greyscale_config/digitigrade_underwear diff --git a/code/modules/client/preferences/_preference.dm b/code/modules/client/preferences/_preference.dm index f13d0356794..aa9f9f3ce14 100644 --- a/code/modules/client/preferences/_preference.dm +++ b/code/modules/client/preferences/_preference.dm @@ -24,7 +24,7 @@ /// Used for preferences that rely on body setup being finalized. #define PREFERENCE_PRORITY_LATE_BODY_TYPE 7 -/// Equpping items based on preferences. +/// Equipping items based on preferences. /// Should happen after species and body type to make sure it looks right. /// Mostly redundant, but a safety net for saving/loading. #define PREFERENCE_PRIORITY_LOADOUT 8 diff --git a/code/modules/research/anomaly/anomaly_refinery.dm b/code/modules/research/anomaly/anomaly_refinery.dm index e8cae496b8a..d5ff061d48e 100644 --- a/code/modules/research/anomaly/anomaly_refinery.dm +++ b/code/modules/research/anomaly/anomaly_refinery.dm @@ -152,7 +152,7 @@ return if(!istype(inserted_core) || !istype(inserted_bomb)) - end_test("ERROR: Missing equpment. Items ejected.") + end_test("ERROR: Missing equipment. Items ejected.") return if(!inserted_bomb?.tank_one || !inserted_bomb?.tank_two || !(tank_to_target == inserted_bomb?.tank_one || tank_to_target == inserted_bomb?.tank_two)) diff --git a/code/modules/research/designs/mecha_designs.dm b/code/modules/research/designs/mecha_designs.dm index eff9f35ecf3..c5be7c2b7c0 100644 --- a/code/modules/research/designs/mecha_designs.dm +++ b/code/modules/research/designs/mecha_designs.dm @@ -216,7 +216,7 @@ departmental_flags = DEPARTMENT_BITFLAG_SCIENCE //////////////////////////////////////// -/////////// Mecha Equpment ///////////// +/////////// Mecha Equipment ///////////// //////////////////////////////////////// /datum/design/mech_scattershot diff --git a/icons/mob/clothing/digi_template_equpiment.dmi b/icons/mob/clothing/digi_template_equipment.dmi similarity index 100% rename from icons/mob/clothing/digi_template_equpiment.dmi rename to icons/mob/clothing/digi_template_equipment.dmi diff --git a/tgstation.dme b/tgstation.dme index c8953b44ba8..729a220b8db 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -1197,7 +1197,7 @@ #include "code\datums\components\defaceable.dm" #include "code\datums\components\dejavu.dm" #include "code\datums\components\deployable.dm" -#include "code\datums\components\digitigrade_linb.dm" +#include "code\datums\components\digitigrade_limb.dm" #include "code\datums\components\direct_explosive_trap.dm" #include "code\datums\components\earprotection.dm" #include "code\datums\components\echolocation.dm"