mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 20:52:41 +00:00
Nalarac's Farmbot Tweak (#6297)
* Nalarac's Farmbot Tweak Adding access_xenobiology to the permission levels for Farmbots so xenobotanists can make use of the bugger. Doing this on behalf of Nalarac, using work from https://github.com/PolarisSS13/Polaris/pull/6288 * Revert "Nalarac's Farmbot Tweak" This reverts commit bba618a39687574fd7b7fed463aa8f03ba4c5b4e. * Test Comment Addition * Back on Track Restores reverted line and re-adds CL. This compiles FINE in everything BUT here. Think it's just Travis being buggy or something.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
icon_state = "farmbot0"
|
||||
health = 50
|
||||
maxHealth = 50
|
||||
req_one_access = list(access_robotics, access_hydroponics)
|
||||
req_one_access = list(access_robotics, access_hydroponics, access_xenobiology) //TFF 11/7/19 - adds Xenobio access on behalf of Nalarac
|
||||
|
||||
var/action = "" // Used to update icon
|
||||
var/waters_trays = 1
|
||||
|
||||
Reference in New Issue
Block a user