From e7d06b33d172ca48d7ea6bb7f99dd93c0a7cc2e2 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 12 Sep 2015 01:34:57 -0400 Subject: [PATCH] fix missing radiation resistance for lead block --- technic/machines/HV/nuclear_reactor.lua | 1 + 1 file changed, 1 insertion(+) 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,