From 84bffd2985eb7b3cd3819400a03dabcdbd7a7331 Mon Sep 17 00:00:00 2001 From: DZD Date: Sun, 16 Nov 2014 19:51:43 -0500 Subject: [PATCH] Space Helmets No Longer Fall Off This includes all hardsuits and such, everything based off the "/obj/item/clothing/head/helmet/space" class. The Ninja helmet is a child of it, so the line making it not fall off becomes redundant. --- code/modules/clothing/clothing.dm | 2 +- code/modules/clothing/spacesuits/ninja.dm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index dff5bde016f..71a9f799e48 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -217,7 +217,7 @@ BLIND // can't see anything min_cold_protection_temperature = SPACE_HELMET_MIN_COLD_PROTECITON_TEMPERATURE siemens_coefficient = 0.9 species_restricted = list("exclude","Diona","Vox") - loose = 1 // very rarely falls off + loose = 0 // What kind of idiot designs a pressurized suit where the helmet can fall off? /obj/item/clothing/suit/space name = "Space suit" diff --git a/code/modules/clothing/spacesuits/ninja.dm b/code/modules/clothing/spacesuits/ninja.dm index ba453b40507..cee905cb906 100644 --- a/code/modules/clothing/spacesuits/ninja.dm +++ b/code/modules/clothing/spacesuits/ninja.dm @@ -6,7 +6,6 @@ allowed = list(/obj/item/weapon/cell) armor = list(melee = 60, bullet = 50, laser = 30,energy = 15, bomb = 30, bio = 30, rad = 25) siemens_coefficient = 0.2 - loose = 0 /obj/item/clothing/suit/space/space_ninja