Merge pull request #8394 from Fox-McCloud/abduction-fix

Fixes Being Able to Recall Abductor Shuttle call
This commit is contained in:
tigercat2000
2017-11-26 13:10:22 -08:00
committed by GitHub
@@ -282,6 +282,7 @@
var/datum/objective/objective = team_objectives[team_number]
if(con.experiment.points >= objective.target_amount)
shuttle_master.emergency.request(null, 0.5)
shuttle_master.emergency.canRecall = FALSE
finished = 1
return ..()
return ..()