1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-11-11 08:45:25 +01:00

- Fixing seawrecks' awards' itemstrings in U-boots

- Tracking (again) _misc (untracking has probably disabled the IRC bot MFF-Bot)
This commit is contained in:
LeMagnesium
2014-11-08 12:41:57 +01:00
parent 6a8e1c9bac
commit 7024b29415
9 changed files with 453 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ minetest.register_node("seawrecks:ubootchest", {
local kind_of_price = math.floor(math.random()*2)
local amount_of_price = math.floor(math.random()*10)+1
local ingot_price = {"default:steel_ingot","default:copper_ingot","default:gold_ingot","moreores:tin_ingot","moreore:silver_ingot"}
local ingot_price = {"default:steel_ingot","default:copper_ingot","default:gold_ingot","moreores:tin_ingot","moreores:silver_ingot"}
local price_group = {"",""}
choosen_ingot = math.floor(math.random()*5)+1
price_group[1] = ingot_price[choosen_ingot].." "..amount_of_price