From 46d2dc24e94b41af6f43a68eead63ea64fc529c2 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Wed, 12 Feb 2020 00:43:04 -0700 Subject: [PATCH] Update capture_the_flag.dm --- code/modules/awaymissions/capture_the_flag.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/awaymissions/capture_the_flag.dm b/code/modules/awaymissions/capture_the_flag.dm index e72f04ed7f..9c2c0fd15d 100644 --- a/code/modules/awaymissions/capture_the_flag.dm +++ b/code/modules/awaymissions/capture_the_flag.dm @@ -502,6 +502,8 @@ 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)