From 77163c7909baac05734f98c46ef3c0bb9bcfd0e5 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Wed, 12 Feb 2020 00:44:52 -0700 Subject: [PATCH] Update capture_the_flag.dm --- code/modules/awaymissions/capture_the_flag.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/awaymissions/capture_the_flag.dm b/code/modules/awaymissions/capture_the_flag.dm index 9c2c0fd15d..e72f04ed7f 100644 --- a/code/modules/awaymissions/capture_the_flag.dm +++ b/code/modules/awaymissions/capture_the_flag.dm @@ -502,8 +502,6 @@ no_drops += W W.registered_name = H.real_name W.update_label(W.registered_name, W.assignment) - - ADD_TRAIT(H, TRAIT_FREESPRINT, "CTF") // The shielded hardsuit is already TRAIT_NODROP no_drops += H.get_item_by_slot(SLOT_GLOVES)