Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/checkout@master
- name: apt
run: sudo apt-get install -y luarocks
- name: luacheck install

View File

@ -137,8 +137,8 @@ for material, m in pairs(materials) do
["armor_"..p.place] = math.floor(p.level * m.armor),
armor_heal = m.heal,
armor_use = m.use,
},
armor_groups = { radiation = math.floor(p.radlevel * m.radiation)},
armor_radiation = math.floor(p.radlevel * m.radiation)
}
})
minetest.register_craft({
output = name,