Remember to test your PRs, kids! - Rebalances matter cartridge cost redux (#1652)

This commit is contained in:
CitadelStationBot
2017-06-20 09:59:04 -05:00
committed by kevinz000
parent 30d3a42db6
commit 35ac6c40e0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -108,9 +108,9 @@
export_types = list(/obj/item/weapon/construction/rcd)
/datum/export/rcd_ammo
cost = 15 // 1.5 metal, 1 glass -> 12.5 credits, +2.5 credits
cost = 60 // 6 metal, 4 glass -> 50 credits, +10 credits
unit_name = "compressed matter cardridge"
export_types = list(/datum/design/rcd_ammo)
export_types = list(/obj/item/weapon/rcd_ammo)
/datum/export/rpd
cost = 350 // 37.5 metal, 18.75 glass -> 281.25 credits, + some
@@ -235,7 +235,7 @@
name = "Compressed Matter Cartridge"
id = "rcd_ammo"
build_type = AUTOLATHE
materials = list(MAT_METAL = 3000, MAT_GLASS=2000)
materials = list(MAT_METAL = 12000, MAT_GLASS=8000)
build_path = /obj/item/weapon/rcd_ammo
category = list("initial","Construction")