1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Updated homedecor

- Updated homedecor to add interaction between its wardrobe and 3d_armor
 - Added homedecor's LICENSE
This commit is contained in:
LeMagnesium
2015-07-28 15:00:49 +02:00
parent e84090bfc9
commit b87660cdb8
9 changed files with 209 additions and 8 deletions

View File

@ -119,7 +119,7 @@ function fishing_setting.func.get_loot()
end
end
return ""
end
end

View File

@ -22,7 +22,7 @@ local stuff = {
{"seaplants", "kelpgreen", 0, "a Green Kelp.", 26, 5},
{"3d_armor", "boots_steel", "random", "some very old Boots.", 31, 2},
{"3d_armor", "leggings_gold", "random", "some very old Leggings.", 33, 5},
{"3d_armor", "chestplate_bronze", "random", "a very old ChestPlate.", 38, 5},
{"3d_armor", "chestplate_bronze", "random", "a very old ChestPlate.", 38, 5},
{"fishing", "pole_wood", "randomtools", "an old Fishing Pole.", 43, 10},
{"3d_armor", "boots_wood", "random", "some very old Boots.", 53, 5},
{"maptools", "gold_coin", 0, "a Gold Coin.", 58, 1},