Fixed space helmets not properly counting towards your resistance to contracting diseases.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@319 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-10-19 01:34:12 +00:00
parent 8c0040fcdf
commit fb1939d317
+1 -1
View File
@@ -48,7 +48,7 @@
score += 5
if(istype(src:wear_suit, /obj/item/clothing/suit/space)) score += 10
if(istype(src:wear_suit, /obj/item/clothing/suit/bio_suit)) score += 10
if(istype(src:wear_suit, /obj/item/clothing/head/helmet/space)) score += 5
if(istype(src:head, /obj/item/clothing/head/helmet/space)) score += 5
if(istype(src:head, /obj/item/clothing/head/bio_hood)) score += 5
if(src.wear_mask)
score += 5