SmallJoker
2023-08-26 dfcf64c1d07f4006045af37b0b01dbfc82dbb1d1
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},