From 412d3ebac997fe6d031a18d3f8c7d63162698f8f Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Mon, 20 Oct 2014 21:07:06 +0100 Subject: [PATCH] Less space problems Something Duck asked me to do. --- code/modules/aurora/bluespacetech.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/aurora/bluespacetech.dm b/code/modules/aurora/bluespacetech.dm index 16d663fb..7fc631a4 100644 --- a/code/modules/aurora/bluespacetech.dm +++ b/code/modules/aurora/bluespacetech.dm @@ -173,6 +173,9 @@ has_sensor = 0 sensor_mode = 0 canremove = 0 + siemens_coefficient = 0 + cold_protection = FULL_BODY + heat_protection = FULL_BODY attack_hand() if(!usr) @@ -188,7 +191,7 @@ name = "Bluespace Technician's gloves" desc = "A pair of modified gloves, 'BST' marked on the side." siemens_coefficient = 0 - permeability_coefficient = 0.05 + permeability_coefficient = 0 canremove = 0 attack_hand()