This change increases the RCD price from 20 sheets of metal to 30 sheets of metal and 10 sheets of glass. It also reduces the cost of compressed matter from 12 sheets of metal to 8 sheets of metal and from 6 sheets of glass to 4 sheets of glass. (#12313)

This commit is contained in:
jakmak3
2016-11-06 15:11:04 -05:00
committed by clusterfack
parent a72134e153
commit 53b33a8978
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
throwforce = 10 throwforce = 10
throw_speed = 1 throw_speed = 1
throw_range = 5 throw_range = 5
starting_materials = list(MAT_IRON = 50000) starting_materials = list(MAT_IRON = 75000, MAT_GLASS = 30000)
w_type = RECYK_ELECTRONIC w_type = RECYK_ELECTRONIC
melt_temperature = MELTPOINT_STEEL // Lots of metal melt_temperature = MELTPOINT_STEEL // Lots of metal
origin_tech = "engineering=4;materials=2" origin_tech = "engineering=4;materials=2"

View File

@@ -41,7 +41,7 @@
anchored = 0.0 anchored = 0.0
origin_tech = Tc_MATERIALS + "=2" origin_tech = Tc_MATERIALS + "=2"
w_class = W_CLASS_SMALL w_class = W_CLASS_SMALL
starting_materials = list(MAT_IRON = 30000, MAT_GLASS = 15000) starting_materials = list(MAT_IRON = 20000, MAT_GLASS = 10000)
w_type = RECYK_ELECTRONIC w_type = RECYK_ELECTRONIC
/obj/item/weapon/rcd_ammo/attackby(var/obj/O, mob/user) /obj/item/weapon/rcd_ammo/attackby(var/obj/O, mob/user)