mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-14 18:12:30 +01:00
Fix unlock_stuff being always false in villager
This commit is contained in:
@ -844,8 +844,6 @@ local trade_inventory = {
|
||||
-- Otherwise, 20% chance to unlock if used freshly reset trade
|
||||
unlock_stuff = true
|
||||
end
|
||||
-- DEBUG
|
||||
unlock_stuff = false
|
||||
local update_formspec = false
|
||||
if unlock_stuff then
|
||||
-- First-time trade unlock all trades and unlock next trade tier
|
||||
|
Reference in New Issue
Block a user