fixes ctf being a butt (#23709)

This commit is contained in:
Kyle Spier-Swenson
2017-02-05 21:36:44 -06:00
committed by KorPhaeron
parent 90a7b14588
commit 362afcd70d
@@ -193,7 +193,7 @@
/obj/machinery/capture_the_flag/attack_ghost(mob/user)
if(ctf_enabled == FALSE)
return
if(ticker.current_state != GAME_STATE_PLAYING)
if(ticker.current_state < GAME_STATE_PLAYING)
return
if(user.ckey in team_members)
if(user.ckey in recently_dead_ckeys)