mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 10:03:45 +00:00
Of What Things May Come Update:
- A few last re-adds of Pierrot's throat stuff /sigh - Circuit Imprinter Added. It makes new circuit boards, AI Modules, and stuff. Insert a disk with the circuit design into the machine, load in glass and sulfuric acid (placeholder for now) and go nuts. Circuit Design disks are stored in their related departments. - To accommodate the new lockers, the RD's office is slightly bigger. - Chief Medical Officer can no longer be mistakenly picked for the Rev/Cult intercept reports. Warden can no longer be mistakenly picked for Revolution intercept reports. - New AI Module: T.Y.R.A.N.T., Think evil PALADIN module, or perhaps XISC without those pesky asimov laws. Need sleeps so if anything is broken, sorry. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@811 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -334,7 +334,6 @@
|
||||
icon_broken = "fridgebroken"
|
||||
icon_off = "fridge1"
|
||||
|
||||
|
||||
/obj/secure_closet/engineering_chief
|
||||
name = "Chief Engineer's Locker"
|
||||
req_access = list(access_heads)
|
||||
@@ -351,9 +350,6 @@
|
||||
name = "Engineer's Locker"
|
||||
req_access = list(access_engine)
|
||||
|
||||
|
||||
|
||||
|
||||
/obj/secure_closet/wall
|
||||
name = "wall locker"
|
||||
req_access = list(access_security)
|
||||
@@ -366,4 +362,29 @@
|
||||
icon_off = "wall-lockeroff"
|
||||
|
||||
//too small to put a man in
|
||||
large = 0
|
||||
large = 0
|
||||
|
||||
/*////////////////Disk Closets//////////////////
|
||||
Note: All lockers are locked with a security level LOWER then the room the locker is placed in. This is intentional so that in
|
||||
case of station emergency where someone needs a disk out of the locker, someone with the lesser access (but still in the
|
||||
department) can break in and get the disk. */
|
||||
|
||||
/obj/secure_closet/disk_security
|
||||
name = "Security Data Storage"
|
||||
req_access = list(access_brig)
|
||||
|
||||
/obj/secure_closet/disk_medical
|
||||
name = "Medical Data Storage"
|
||||
req_access = list(access_medical)
|
||||
|
||||
/obj/secure_closet/disk_command
|
||||
name = "Command and Control Data Storage"
|
||||
req_access = list(access_heads)
|
||||
|
||||
/obj/secure_closet/disk_engineering
|
||||
name = "Engineering Data Storage"
|
||||
req_access = list(access_engine)
|
||||
|
||||
/obj/secure_closet/disk_research
|
||||
name = "Research and Development Data Storage"
|
||||
req_access = list(access_tox)
|
||||
@@ -582,46 +582,4 @@
|
||||
icon_state = "holopad0"
|
||||
anchored = 1
|
||||
var/state = "off"
|
||||
var/slave_holo = null
|
||||
|
||||
/* //By Darem, will implement.... eventually...
|
||||
/obj/machinery/circuitprinter
|
||||
icon_state = "autolathe"
|
||||
density = 1
|
||||
anchored = 1
|
||||
var/m_amount = 0
|
||||
var/loaded_blueprint = ""
|
||||
var/operating = 0
|
||||
|
||||
/obj/machinery/circuitresearch
|
||||
icon = 'computer.dmi'
|
||||
icon_state = "power"
|
||||
density = 1
|
||||
anchored = 1
|
||||
var/broken = 0
|
||||
var/buffer1name = null
|
||||
var/buffer1val = null
|
||||
var/buffer1type = null
|
||||
var/buffer2name = null
|
||||
var/buffer2val = null
|
||||
var/buffer2type = null
|
||||
var/buffer3name = null
|
||||
var/buffer3val = null
|
||||
var/buffer3type = null
|
||||
var/disk = 0
|
||||
var/disk_val = null
|
||||
var/disk_name = null
|
||||
var/disk_type = null
|
||||
var/temp_name = null
|
||||
var/temp_val = null
|
||||
var/temp_type = null
|
||||
var/list/circuit_list = list()
|
||||
var/target_number = 0
|
||||
var/guess_number = 0
|
||||
var/test_mistakes = 0
|
||||
var/test_difficulty = 1
|
||||
var/test_level = 1
|
||||
var/unlocked = 0
|
||||
var/delete = 0
|
||||
var/temphtml = null
|
||||
*/
|
||||
var/slave_holo = null
|
||||
Reference in New Issue
Block a user