mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
some more stuff
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/obj/item/computer_hardware/hard_drive/
|
||||
/obj/item/computer_hardware/hard_drive
|
||||
name = "basic hard drive"
|
||||
desc = "A small power efficient solid state drive, with 128GQ of storage capacity for use in basic computers where power efficiency is desired."
|
||||
power_usage = 25 // SSD or something with low power usage
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
max_capacity = PRG.size // Set the capacity of the backup disk to the capacity of the program
|
||||
store_file(PRG)
|
||||
read_only = TRUE
|
||||
desc = "A read-only backup storage crystal containing a backup of the following software: [PRG.filename]"
|
||||
name = "[PRG.filename] backup crystal"
|
||||
desc = "A read-only backup storage crystal containing a backup of the following software: [PRG.filedesc]"
|
||||
name = "[PRG.filedesc] backup crystal"
|
||||
|
||||
/obj/structure/closet/crate/software_backup
|
||||
desc = "A crate containing a backup of all the NT Software available."
|
||||
|
||||
Reference in New Issue
Block a user