Better solution: let all ghosts transit the gate if off

This commit is contained in:
Kyep
2020-10-20 14:04:14 -07:00
parent abca80b8d8
commit e2a5c32bfa
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ GLOBAL_DATUM_INIT(the_gateway, /obj/machinery/gateway/centerstation, null)
if(!awaygate)
to_chat(user, "<span class='notice'>Error: No destination found.</span>")
return
if(world.time < wait && !user.can_admin_interact())
if(world.time < wait)
to_chat(user, "<span class='notice'>Error: Warpspace triangulation in progress. Estimated time to completion: [round(((wait - world.time) / 10) / 60)] minutes.</span>")
return