[MIRROR] Make Lathe Design Names Capitalized Consistently (#860)

* Make Lathe Design Names Capitalized Consistently

* Delete biogenerator_designs.dm.rej
This commit is contained in:
CitadelStationBot
2017-05-10 18:14:06 -05:00
committed by kevinz000
parent 7295018c27
commit bbff27bd58
6 changed files with 124 additions and 124 deletions
+3 -3
View File
@@ -47,7 +47,7 @@ other types of metals and chemistry for reagents).
////////////////////////////////////////
/obj/item/weapon/disk/design_disk
name = "component design disk"
name = "Component Design Disk"
desc = "A disk for storing device design data for construction in lathes."
icon_state = "datadisk1"
materials = list(MAT_METAL=300, MAT_GLASS=100)
@@ -62,7 +62,7 @@ other types of metals and chemistry for reagents).
blueprints += null
/obj/item/weapon/disk/design_disk/adv
name = "advanced component design disk"
name = "Advanced Component Design Disk"
desc = "A disk for storing device design data for construction in lathes. This one has extra storage space."
materials = list(MAT_METAL=300, MAT_GLASS=100, MAT_SILVER = 50)
max_blueprints = 5
@@ -587,7 +587,7 @@ other types of metals and chemistry for reagents).
category = list("Equipment")
/datum/design/diskplantgene
name = "Plant data disk"
name = "Plant Data Disk"
desc = "A disk for storing plant genetic data."
id = "diskplantgene"
req_tech = list("programming" = 4, "biotech" = 3)