Allows Tech/Design/Clone disks to be renamed

This commit is contained in:
DragonTrance
2022-11-12 13:39:16 -05:00
parent c7b547982b
commit 6038d0a911
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -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
+1
View File
@@ -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