CTF is now Synth Battles [Fix to #25939] (#25945)

* Update capture_the_flag.dm

* Remie knows best 99% of the time!
This commit is contained in:
ExcessiveUseOfCobblestone
2017-04-07 15:07:58 -04:00
committed by KorPhaeron
parent c42a0aba25
commit 12cfca36d9
@@ -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)