diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2015-09-12 01:34:57 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2015-09-12 01:34:57 -0400 |
commit | e7d06b33d172ca48d7ea6bb7f99dd93c0a7cc2e2 (patch) | |
tree | e4e5f5764bdc0486cd6508ab9ec211ade6f4cd64 | |
parent | 1b1780946edebfbf1e8ec2cf095b56fa76733e2b (diff) |
fix missing radiation resistance for lead block
-rw-r--r-- | technic/machines/HV/nuclear_reactor.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/technic/machines/HV/nuclear_reactor.lua b/technic/machines/HV/nuclear_reactor.lua index a9a13c2..24dd5cd 100644 --- a/technic/machines/HV/nuclear_reactor.lua +++ b/technic/machines/HV/nuclear_reactor.lua @@ -487,6 +487,7 @@ local default_radiation_resistance_per_node = { ["technic:corium_flowing"] = 40, ["technic:corium_source"] = 80, ["technic:granite"] = 18, + ["technic:lead_block"] = 80, ["technic:marble"] = 18, ["technic:marble_bricks"] = 18, ["technic:mineral_chromium"] = 19, |