This commit is contained in:
TrilbySpaceClone
2019-08-28 21:18:51 -04:00
parent 0e5ddc88c1
commit d37cb76f42
5 changed files with 257 additions and 121 deletions
+6 -1
View File
@@ -28,7 +28,7 @@
return round(amount/MINERAL_MATERIAL_AMOUNT)
// Materials.Selling raw can lead to a big payout but takes a lot of work for miners to get a lot. Best to craft art/rnd gear
// Materials. Selling raw can lead to a big payout but takes a lot of work for miners to get a lot. Best to craft art/rnd gear
/datum/export/material/bananium
cost = 500
@@ -71,6 +71,11 @@
material_id = MAT_TITANIUM // code can only check for one material_id; plastitanium is half plasma, half titanium
message = "cm3 of plastitanium"
/datum/export/material/plastic
cost = 5
material_id = MAT_PLASTIC
message = "cm3 of plastic"
/datum/export/material/metal
cost = 3
message = "cm3 of metal"