mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-10 20:40:27 +01:00
Immortal entities support
This commit is contained in:
parent
d4de7febc9
commit
958e1d402d
|
@ -282,6 +282,9 @@ local function calculate_damage_multiplier(object)
|
|||
if not ag then
|
||||
return 0
|
||||
end
|
||||
if ag.immortal then
|
||||
return 0
|
||||
end
|
||||
if ag.radiation then
|
||||
return 0.01 * ag.radiation
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user