mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Removing all hard access locks. (#10732)
This commit is contained in:
@@ -27,7 +27,7 @@ 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) //VOREStation Edit
|
||||
//req_one_access = list(access_pilot) //VOREStation Edit //CHOMPstation edit, removed hard access locks.
|
||||
ai_control = FALSE //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 . //Chompeditedit - No
|
||||
|
||||
// fancy sprite
|
||||
|
||||
Reference in New Issue
Block a user