From 067cc4c4e9b741aad38f7190a69c6a79a4b78cc8 Mon Sep 17 00:00:00 2001 From: AmityBlamity <142629851+AmityBlamity@users.noreply.github.com> Date: Sat, 7 Jun 2025 15:34:18 +0200 Subject: [PATCH] Typo fixes to magboots.dm (#29544) * Typo fixes * Corrected back to mph --- code/modules/clothing/shoes/magboots.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/shoes/magboots.dm b/code/modules/clothing/shoes/magboots.dm index 76595128036..c965866f611 100644 --- a/code/modules/clothing/shoes/magboots.dm +++ b/code/modules/clothing/shoes/magboots.dm @@ -71,7 +71,7 @@ /obj/item/clothing/shoes/magboots/atmos name = "atmospheric magboots" - desc = "Magnetic boots, made to withstand gusts of space wind over 500kmph." + desc = "Magnetic boots, made to withstand gusts of space wind over 500k mph." icon_state = "atmosmagboots0" magboot_state = "atmosmagboots" @@ -187,7 +187,7 @@ /obj/item/clothing/shoes/magboots/gravity name = "gravitational boots" - desc = "These experimental boots try to get around the restrictions of magboots by installing miniture gravitational generators in the soles. Sadly, power hungry, and needs a gravitational anomaly core." + desc = "These experimental boots try to get around the restrictions of magboots by installing miniature gravitational generators in the soles. Sadly, power hungry, and needs a gravitational anomaly core." icon_state = "gravboots0" origin_tech = "materials=6;magnets=6;engineering=6" actions_types = list(/datum/action/item_action/toggle, /datum/action/item_action/gravity_jump) //In other news, combining magboots with jumpboots is a mess