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:
ericgfwong@hotmail.com
2012-12-17 06:15:56 +00:00
parent c8efd1e59b
commit b76c8fd4f0
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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