cx384
2024-01-22 a08ba2bb93d7683b619a0e6b0bf00e3afd614ae4
technic/radiation.lua
@@ -244,7 +244,6 @@
need to be considered.
--]]
local abdomen_offset = 1
local cache_scaled_shielding = {}
local rad_dmg_cutoff = 0.2
local radiated_players = {}
@@ -429,7 +428,7 @@
      liquidtype = state,
      liquid_alternative_flowing = "technic:corium_flowing",
      liquid_alternative_source = "technic:corium_source",
      liquid_viscosity = LAVA_VISC,
      liquid_viscosity = 7, -- like lava
      liquid_renewable = false,
      damage_per_second = 6,
      post_effect_color = {a=192, r=80, g=160, b=80},