mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-23 04:36:16 +01:00
Allows Tech/Design/Clone disks to be renamed
This commit is contained in:
@@ -70,6 +70,7 @@ other types of metals and chemistry for reagents).
|
||||
name = "Component Design Disk"
|
||||
desc = "A disk for storing device design data for construction in lathes."
|
||||
icon_state = "datadisk1"
|
||||
obj_flags = UNIQUE_RENAME
|
||||
materials = list(MAT_METAL=300, MAT_GLASS=100)
|
||||
var/list/blueprints = list()
|
||||
var/max_blueprints = 1
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
name = "technology disk"
|
||||
desc = "A disk for storing technology data for further research."
|
||||
icon_state = "datadisk0"
|
||||
obj_flags = UNIQUE_RENAME
|
||||
materials = list(MAT_METAL=300, MAT_GLASS=100)
|
||||
var/datum/techweb/stored_research
|
||||
|
||||
|
||||
Reference in New Issue
Block a user