Fixes 28154: Accidental cargo exploit edition. (#1471)
This commit is contained in:
committed by
kevinz000
parent
6ec1b66a9d
commit
00a4b5ce8c
@@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
// Plasteel. Lightweight, strong and contains some plasma too.
|
// Plasteel. Lightweight, strong and contains some plasma too.
|
||||||
/datum/export/stack/plasteel
|
/datum/export/stack/plasteel
|
||||||
cost = 85
|
cost = 305 // 2000u of plasma + 2000u of metal.
|
||||||
message = "of plasteel"
|
message = "of plasteel"
|
||||||
export_types = list(/obj/item/stack/sheet/plasteel)
|
export_types = list(/obj/item/stack/sheet/plasteel)
|
||||||
|
|
||||||
|
|||||||
@@ -1249,13 +1249,13 @@
|
|||||||
|
|
||||||
/datum/supply_pack/materials/plasteel20
|
/datum/supply_pack/materials/plasteel20
|
||||||
name = "20 Plasteel Sheets"
|
name = "20 Plasteel Sheets"
|
||||||
cost = 3000
|
cost = 7500
|
||||||
contains = list(/obj/item/stack/sheet/plasteel/twenty)
|
contains = list(/obj/item/stack/sheet/plasteel/twenty)
|
||||||
crate_name = "plasteel sheets crate"
|
crate_name = "plasteel sheets crate"
|
||||||
|
|
||||||
/datum/supply_pack/materials/plasteel50
|
/datum/supply_pack/materials/plasteel50
|
||||||
name = "50 Plasteel Sheets"
|
name = "50 Plasteel Sheets"
|
||||||
cost = 5000
|
cost = 16500
|
||||||
contains = list(/obj/item/stack/sheet/plasteel/fifty)
|
contains = list(/obj/item/stack/sheet/plasteel/fifty)
|
||||||
crate_name = "plasteel sheets crate"
|
crate_name = "plasteel sheets crate"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user