From 7cb0ca9a92aee7493030f59bd044d7062dfa1059 Mon Sep 17 00:00:00 2001 From: kevinz000 Date: Mon, 6 Mar 2017 14:28:15 -0800 Subject: [PATCH] Update flightsuit.dm (#24681) --- code/modules/clothing/spacesuits/flightsuit.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/spacesuits/flightsuit.dm b/code/modules/clothing/spacesuits/flightsuit.dm index cd98c350d34..2ff8edb3143 100644 --- a/code/modules/clothing/spacesuits/flightsuit.dm +++ b/code/modules/clothing/spacesuits/flightsuit.dm @@ -1259,6 +1259,7 @@ item_color = "flight" resistance_flags = FIRE_PROOF | ACID_PROOF brightness_on = 7 + light_color = "#30ffff" armor = list(melee = 20, bullet = 20, laser = 20, energy = 10, bomb = 30, bio = 100, rad = 75, fire = 100, acid = 100) max_heat_protection_temperature = FIRE_HELM_MAX_TEMP_PROTECT var/list/datahuds = list(DATA_HUD_SECURITY_ADVANCED, DATA_HUD_MEDICAL_ADVANCED, DATA_HUD_DIAGNOSTIC)