Shuttles: Vox Skipjack + Win button

This commit is contained in:
Tigercat2000
2015-12-13 13:13:39 -08:00
parent 65421fb316
commit 544908c778
10 changed files with 1996 additions and 1998 deletions
+2 -1
View File
@@ -44,7 +44,8 @@ var/const/CALL_SHUTTLE_REASON_LENGTH = 12
var/watch = start_watch()
log_startup_progress("Initializing shuttle docks...")
initialize_docks()
log_startup_progress(" Docks initalized in [stop_watch(watch)]s.")
var/count = mobile.len + stationary.len + transit.len
log_startup_progress(" Initialized [count] docks in [stop_watch(watch)]s.")
if(!emergency)
WARNING("No /obj/docking_port/mobile/emergency placed on the map!")