Make ARMOR_DROP default depend on presence of bones mod

This commit is contained in:
stujones11 2014-08-17 17:07:27 +01:00
parent 5075cc48a4
commit 3c98acb9c9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ ARMOR_INIT_DELAY = 1
ARMOR_INIT_TIMES = 1
ARMOR_BONES_DELAY = 1
ARMOR_UPDATE_TIME = 1
ARMOR_DROP = true
ARMOR_DROP = minetest.get_modpath("bones") ~= nil
ARMOR_DESTROY = false
ARMOR_LEVEL_MULTIPLIER = 1
ARMOR_HEAL_MULTIPLIER = 1