Gábriel
2024-03-25 d5ff69d1d9efd683d852562af6cfddac5ac69879
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},