Mineral Storage Access

Mineral Storage gives you access to the ore redemption machine, instead of keeping a list of req_one_access for various jobs. The intention is to make it easier to manage accesses and make it more clear who could use the machine.

Miners and their superiors now have access to the machine. If this becomes an issue I can adjust it.

Relabeled Mineral Storeroom access to Mineral Storage since the storeroom doesn't exist any more.
This commit is contained in:
ikarrus
2014-04-06 15:40:46 -06:00
parent 9db94d7c98
commit ae4a5482f0
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
anchored = 1.0
input_dir = WEST
output_dir = SOUTH
req_one_access = list(access_mining_station, access_chemistry, access_bar, access_research, access_ce, access_virology)
req_access = list(access_mineral_storeroom)
var/stk_types = list()
var/stk_amt = list()
var/stack_list[0] //Key: Type. Value: Instance of type.