mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Add cramming and fireworks damage types for future use
This commit is contained in:
parent
1cf53caa7a
commit
3ad5b30ea5
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ mcl_damage = {
|
|||
fireball = {is_projectile = true, is_fire = true},
|
||||
thorns = {is_magic = true},
|
||||
explosion = {is_explosion = true},
|
||||
cramming = {bypasses_armor = true},
|
||||
fireworks = {is_explosion = true},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue