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