Configure skybox with random color for southern cross.

This commit is contained in:
Leshana
2020-03-23 21:05:06 -04:00
parent 8526415311
commit bd3212258f
3 changed files with 14 additions and 2 deletions
@@ -26,7 +26,6 @@ GLOBAL_LIST_EMPTY(all_waypoints)
var/dy //coordinates
var/speedlimit = 1/(20 SECONDS) //top speed for autopilot, 5
var/accellimit = 0.001 //manual limiter for acceleration
req_one_access = list(access_pilot)
/obj/machinery/computer/ship/helm/Initialize()
. = ..()