From 153280251140bdcb297e63449ffe26e8fb6227db Mon Sep 17 00:00:00 2001 From: nik707 <38332985+nik707@users.noreply.github.com> Date: Thu, 4 Oct 2018 22:04:12 -0500 Subject: [PATCH] fixes dumb --- code/modules/mining/equipment/explorer_gear.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/equipment/explorer_gear.dm b/code/modules/mining/equipment/explorer_gear.dm index a300e08dba..2c7eaf09ba 100644 --- a/code/modules/mining/equipment/explorer_gear.dm +++ b/code/modules/mining/equipment/explorer_gear.dm @@ -152,7 +152,7 @@ desc = "A robust suit for exploring dangerous environments." icon_state = "exo" item_state = "exo" - w-_class = WEIGHT_CLASS_BULKY + w_class = WEIGHT_CLASS_BULKY body_parts_covered = CHEST|GROIN|LEGS|ARMS min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT cold_protection = CHEST|GROIN|LEGS|ARMS