mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user