Skip to content

Commit

Permalink
Update materials_solid_mineral.dm
Browse files Browse the repository at this point in the history
Accelerant values for non-flammable materials removed
  • Loading branch information
CheeseDogg0 authored Dec 15, 2023
1 parent 5588bcb commit f44dc94
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@
value = 0.9
sparse_material_weight = 20
rich_material_weight = 10
accelerant_value = 0.8
dissolves_into = list(
/decl/material/solid/metal/tin = 0.8,
/decl/material/solid/metal/tungsten = 0.2
Expand Down Expand Up @@ -451,7 +450,6 @@
value = 0.9
sparse_material_weight = 15
rich_material_weight = 10
accelerant_value = 0.8
dissolves_into = list(
/decl/material/solid/metal/tin = 0.1,
/decl/material/solid/metal/tungsten = 0.6,
Expand Down Expand Up @@ -481,7 +479,6 @@
value = 1.1
sparse_material_weight = 10
rich_material_weight = 5
accelerant_value = 0.8
dissolves_into = list(
/decl/material/solid/metal/platinum = 0.7,
/decl/material/solid/metal/iron = 0.1,
Expand Down Expand Up @@ -511,7 +508,6 @@
value = 0.8
sparse_material_weight = 25
rich_material_weight = 15
accelerant_value = 0.8
dissolves_into = list(
/decl/material/solid/metal/zinc = 0.7,
/decl/material/solid/metal/iron = 0.2,
Expand Down Expand Up @@ -540,7 +536,6 @@
value = 0.8
sparse_material_weight = 20
rich_material_weight = 10
accelerant_value = 0.8
dissolves_into = list(
/decl/material/solid/metal/lead = 0.7,
/decl/material/solid/metal/iron = 0.2,
Expand Down Expand Up @@ -569,7 +564,6 @@
value = 0.8
sparse_material_weight = 5
rich_material_weight = 5
accelerant_value = 0.8
dissolves_into = list(
/decl/material/solid/metal/gold = 0.7,
/decl/material/solid/metal/silver = 0.3
Expand Down Expand Up @@ -597,7 +591,6 @@
value = 0.9
sparse_material_weight = 5
rich_material_weight = 10
accelerant_value = 0.8
dissolves_into = list(
/decl/material/solid/metal/chromium = 0.6,
/decl/material/solid/metal/lead = 0.4
Expand Down

0 comments on commit f44dc94

Please sign in to comment.