Update helm.dm

This commit is contained in:
UserU
2022-10-21 22:05:47 -07:00
parent 7587cd5101
commit 0040080fb0

View File

@@ -29,7 +29,7 @@ GLOBAL_LIST_EMPTY(all_waypoints)
var/speedlimit = 1/(20 SECONDS) //top speed for autopilot, 5 var/speedlimit = 1/(20 SECONDS) //top speed for autopilot, 5
var/accellimit = 0.001 //manual limiter for acceleration var/accellimit = 0.001 //manual limiter for acceleration
req_one_access = list(access_pilot) //VOREStation Edit req_one_access = list(access_pilot) //VOREStation Edit
ai_control = TRUE //VOREStation Edit - AI/Borgs shouldn't really be flying off in ships without crew help // Chompstation Edit - Not an issue on this server, use of shuttles is extremely rare also. ai_control = TRUE //VOREStation Edit - AI/Borgs shouldn't really be flying off in ships without crew help // Chompstation Edit - Not an issue on this server, use of shuttles is extremely rare also .
// fancy sprite // fancy sprite
/obj/machinery/computer/ship/helm/adv /obj/machinery/computer/ship/helm/adv