From dd02a054533dc36aabc6dc960f2340c80b805157 Mon Sep 17 00:00:00 2001 From: Singul0 <127663818+Singul0@users.noreply.github.com> Date: Sun, 11 Jun 2023 01:18:32 +0700 Subject: [PATCH] Fixes a 6 years old typo in the H.E.C.K helmet (#75939) ## About The Pull Request muh desoulfication ## Why It's Good For The Game ## Changelog :cl: spellcheck: the H.E.C.K helmet is now typo-free /:cl: --- code/modules/mining/lavaland/megafauna_loot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/lavaland/megafauna_loot.dm b/code/modules/mining/lavaland/megafauna_loot.dm index 2946d5c6765..32b6b20c8bc 100644 --- a/code/modules/mining/lavaland/megafauna_loot.dm +++ b/code/modules/mining/lavaland/megafauna_loot.dm @@ -297,7 +297,7 @@ name = "H.E.C.K. helmet" icon = 'icons/obj/clothing/head/helmet.dmi' worn_icon = 'icons/mob/clothing/head/helmet.dmi' - desc = "Hostile Environiment Cross-Kinetic Helmet: A helmet designed to withstand the wide variety of hazards from Lavaland. It wasn't enough for its last owner." + desc = "Hostile Environment Cross-Kinetic Helmet: A helmet designed to withstand the wide variety of hazards from Lavaland. It wasn't enough for its last owner." icon_state = "hostile_env" w_class = WEIGHT_CLASS_NORMAL armor_type = /datum/armor/hooded_hostile_environment