From 12cfca36d92e0b7ca40cbd59b80bc1c9feb3b9d9 Mon Sep 17 00:00:00 2001 From: ExcessiveUseOfCobblestone Date: Fri, 7 Apr 2017 15:07:58 -0400 Subject: [PATCH] CTF is now Synth Battles [Fix to #25939] (#25945) * Update capture_the_flag.dm * Remie knows best 99% of the time! --- code/modules/awaymissions/capture_the_flag.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/awaymissions/capture_the_flag.dm b/code/modules/awaymissions/capture_the_flag.dm index 2e04e02fc57..996b4a700b0 100644 --- a/code/modules/awaymissions/capture_the_flag.dm +++ b/code/modules/awaymissions/capture_the_flag.dm @@ -247,6 +247,7 @@ /obj/machinery/capture_the_flag/proc/spawn_team_member(client/new_team_member) var/mob/living/carbon/human/M = new/mob/living/carbon/human(get_turf(src)) new_team_member.prefs.copy_to(M) + M.set_species(/datum/species/synth) M.key = new_team_member.key M.faction += team M.equipOutfit(ctf_gear)