This commit is contained in:
caelaislinn
2012-06-22 07:16:43 +10:00
102 changed files with 525 additions and 559 deletions

View File

@@ -46,7 +46,7 @@ won't update every console in existence) but it's more of a hassle to do. Also,
var/id = 0 //ID of the computer (for server restrictions).
var/sync = 1 //If sync = 0, it doesn't show up on Server Control Console
req_access = list(access_tox) //Data and setting manipulation requires scientist access.
req_access = list(ACCESS_TOX) //Data and setting manipulation requires scientist access.
proc
CallTechName(var/ID) //A simple helper proc to find the name of a tech with a given ID.

View File

@@ -12,7 +12,7 @@
var/heat_gen = 100
var/heating_power = 40000
var/delay = 10
req_access = list(access_rd) //Only the R&D can change server settings.
req_access = list(ACCESS_RD) //Only the R&D can change server settings.
New()
..()