Merge pull request #2291 from Kelenius/botAccess

Roboticists now can access bots.
This commit is contained in:
Neerti
2016-08-13 20:24:35 -04:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
name = "Cleanbot"
desc = "A little cleaning robot, he looks so excited!"
icon_state = "cleanbot0"
req_access = list(access_janitor)
req_one_access = list(access_robotics, access_janitor)
botcard_access = list(access_janitor, access_maint_tunnels)
locked = 0 // Start unlocked so roboticist can set them to patrol.

View File

@@ -10,7 +10,7 @@
icon_state = "farmbot0"
health = 50
maxHealth = 50
req_access = list(access_hydroponics)
req_one_access = list(access_robotics, access_hydroponics)
var/action = "" // Used to update icon
var/waters_trays = 1

View File

@@ -2,7 +2,7 @@
name = "Floorbot"
desc = "A little floor repairing robot, he looks so excited!"
icon_state = "floorbot0"
req_access = list(access_construction)
req_one_access = list(access_robotics, access_construction)
wait_if_pulled = 1
min_target_dist = 0

View File

@@ -2,7 +2,7 @@
name = "Medbot"
desc = "A little medical robot. He looks somewhat underwhelmed."
icon_state = "medibot0"
req_access = list(access_medical)
req_one_access = list(access_robotics, access_medical)
botcard_access = list(access_medical, access_morgue, access_surgery, access_chemistry, access_virology, access_genetics)
var/skin = null //Set to "tox", "ointment" or "o2" for the other two firstaid kits.

View File

@@ -4,7 +4,7 @@
icon_state = "secbot0"
maxHealth = 100
health = 100
req_one_access = list(access_security, access_forensics_lockers)
req_one_access = list(access_robotics, access_security, access_forensics_lockers)
botcard_access = list(access_security, access_sec_doors, access_forensics_lockers, access_morgue, access_maint_tunnels)
patrol_speed = 2
target_speed = 3