Fixes Autoantag spamming that it couldnt spawn antags (#7515)

Delays the next autoantag check by min_autotraitor_delay if a spawn has been attempted while the shuttle is on the way.
This commit is contained in:
Werner
2019-11-26 23:53:13 +01:00
committed by GitHub
parent 3de69a0faf
commit 0d8e6a352c
@@ -23,6 +23,7 @@
if(emergency_shuttle.online())
message_admins("[uppertext(name)]: An evac or transfer shuttle is on the way. Aborted.")
next_spawn = world.time + min_autotraitor_delay
return
var/list/usable_templates = list()