mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
Changed Mulebot access to Cargo Tech and removed its robotics access.
Changed floorbots' req_access to access_construction so both atmos and engineers can use it. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5346 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
var/turf/target
|
||||
var/turf/oldtarget
|
||||
var/oldloc = null
|
||||
req_access = list(access_atmospherics)
|
||||
req_access = list(access_construction)
|
||||
var/path[] = new()
|
||||
var/targetdirection
|
||||
|
||||
|
||||
@@ -73,8 +73,8 @@
|
||||
/obj/machinery/bot/mulebot/New()
|
||||
..()
|
||||
botcard = new(src)
|
||||
botcard.access = get_access("Quartermaster")
|
||||
botcard.access += access_robotics
|
||||
botcard.access = get_access("Cargo Technician")
|
||||
// botcard.access += access_robotics //Why --Ikki
|
||||
cell = new(src)
|
||||
cell.charge = 2000
|
||||
cell.maxcharge = 2000
|
||||
|
||||
Reference in New Issue
Block a user