Update kobold.lua

master
NewbProgrammer101 2017-10-22 09:04:27 -05:00 committed by GitHub
parent 8d1120ee8f
commit f5b009a3a1
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@ mobs:register_mob("dungeon_crawl:kobold", {
{"default:sword_bronze", chance 1}
},
if initial_inventory={"default:sword_steel"}; then
"default:sword_bronze" = nil
"default:sword_bronze" == nil
end,
if initial_inventory={"default:sword_bronze"}; then
"default:sword_steel" = nil
"default:sword_steel" == nil
end,
visual_size = {x=1, y=2},
mesh = "character.b3d",