From 54bb2c05a99e23e991499e5e45f05cfe644c9624 Mon Sep 17 00:00:00 2001 From: William Wallace Date: Tue, 8 Oct 2019 23:38:18 +0100 Subject: [PATCH] remove dulpicate var definition in /obj/item/clothing/under/costume/russian_officer --- code/modules/clothing/under/costume.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/clothing/under/costume.dm b/code/modules/clothing/under/costume.dm index 9d32cb9bbb0..0d129833fda 100644 --- a/code/modules/clothing/under/costume.dm +++ b/code/modules/clothing/under/costume.dm @@ -249,6 +249,5 @@ alt_covers_chest = TRUE armor = list("melee" = 10, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 30, "acid" = 30) strip_delay = 50 - alt_covers_chest = TRUE sensor_mode = SENSOR_COORDS random_sensor = FALSE