Fix armor destroy bugs on death
This commit is contained in:
parent
7b16b74903
commit
3fb5ce8ab0
2 changed files with 28 additions and 12 deletions
|
@ -16,7 +16,8 @@ ARMOR_FIRE_NODES = {
|
|||
{"mcl_fire:eternal_fire", 3, 4},
|
||||
}
|
||||
|
||||
ARMOR_DROP = true
|
||||
-- Armor drop/destroy disabled. Armor dropping is handled in mcl_death
|
||||
ARMOR_DROP = false
|
||||
ARMOR_DESTROY = false
|
||||
ARMOR_HEAL_MULTIPLIER = 0
|
||||
ARMOR_RADIATION_MULTIPLIER = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue