From 77b849f87f6abb49fbc7ff124e999d7894b2d160 Mon Sep 17 00:00:00 2001 From: farie82 Date: Wed, 7 Aug 2019 08:54:30 +0200 Subject: [PATCH] Update shoes.dm --- code/modules/ninja/suit/shoes.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/ninja/suit/shoes.dm b/code/modules/ninja/suit/shoes.dm index a1f37d6f76e..af5f4d3ecc1 100644 --- a/code/modules/ninja/suit/shoes.dm +++ b/code/modules/ninja/suit/shoes.dm @@ -10,8 +10,3 @@ min_cold_protection_temperature = SHOES_MIN_TEMP_PROTECT heat_protection = FEET max_heat_protection_temperature = SHOES_MAX_TEMP_PROTECT - -/obj/item/clothing/shoes/space_ninja/dropped() - . = ..() - flags &= ~NODROP - \ No newline at end of file