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.
This commit is contained in:
DZD
2014-11-16 19:51:43 -05:00
parent 0fd91f8a90
commit 84bffd2985
2 changed files with 1 additions and 2 deletions

View File

@@ -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"

View File

@@ -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