From 5dcb64a013334af60aeeaa9da94526ffdf9a2ba8 Mon Sep 17 00:00:00 2001 From: farie82 Date: Wed, 7 Aug 2019 08:53:48 +0200 Subject: [PATCH] Update head.dm --- code/modules/ninja/suit/head.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/ninja/suit/head.dm b/code/modules/ninja/suit/head.dm index bd8e6137a13..a7a21f072f3 100644 --- a/code/modules/ninja/suit/head.dm +++ b/code/modules/ninja/suit/head.dm @@ -8,7 +8,3 @@ armor = list(melee = 60, bullet = 60, laser = 45, energy = 15, bomb = 30, bio = 30, rad = 25) unacidable = 1 blockTracking = 1 - -/obj/item/clothing/head/helmet/space/space_ninja/dropped() - . = ..() - flags &= ~NODROP