From e82fc2d420cf248b9e880400f42e88b31683f8f4 Mon Sep 17 00:00:00 2001 From: farie82 Date: Wed, 7 Aug 2019 08:53:03 +0200 Subject: [PATCH] not required --- code/modules/ninja/suit/gloves.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/ninja/suit/gloves.dm b/code/modules/ninja/suit/gloves.dm index 3bd4b767d15..7f1059f062e 100644 --- a/code/modules/ninja/suit/gloves.dm +++ b/code/modules/ninja/suit/gloves.dm @@ -12,7 +12,3 @@ heat_protection = HANDS max_heat_protection_temperature = GLOVES_MAX_TEMP_PROTECT transfer_prints = FALSE - -/obj/item/clothing/gloves/space_ninja/dropped() - . = ..() - flags &= ~NODROP