forked from VoxeLibre/VoxeLibre
Add cramming and fireworks damage types for future use
This commit is contained in:
parent
1cf53caa7a
commit
3ad5b30ea5
|
@ -25,6 +25,8 @@ mcl_damage = {
|
||||||
fireball = {is_projectile = true, is_fire = true},
|
fireball = {is_projectile = true, is_fire = true},
|
||||||
thorns = {is_magic = true},
|
thorns = {is_magic = true},
|
||||||
explosion = {is_explosion = true},
|
explosion = {is_explosion = true},
|
||||||
|
cramming = {bypasses_armor = true},
|
||||||
|
fireworks = {is_explosion = true},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue