mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
* Update capture_the_flag.dm * Remie knows best 99% of the time!
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user