mirror of
https://github.com/minetest-mods/technic.git
synced 2025-09-14 12:05:17 +02:00
Update radiation.lua
I thought I removed the white space already...
This commit is contained in:
@@ -197,7 +197,7 @@ local function node_radiation_resistance(node_name)
|
||||
if def.groups.rad_resistance then
|
||||
resistance = resistance + def.groups.rad_resistance
|
||||
end
|
||||
|
||||
|
||||
return math.sqrt(resistance)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user