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 -1
View File
@@ -75,10 +75,10 @@
heal_level = CLAMP((efficiency * 10) + 10, MINIMUM_HEAL_LEVEL, 100)
//The return of data disks?? Just for transferring between genetics machine/cloning machine.
//TO-DO: Make the genetics machine accept them.
/obj/item/disk/data
name = "cloning data disk"
icon_state = "datadisk0" //Gosh I hope syndies don't mistake them for the nuke disk.
obj_flags = UNIQUE_RENAME
var/list/fields = list()
var/list/mutations = list()
var/max_mutations = 6
+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