Update prog2/ATM.lua

This commit is contained in:
minecartchris
2026-01-05 19:40:42 -06:00
parent 7c0536d0d5
commit 01934f339a

View File

@@ -31,6 +31,10 @@ local answer = io.read()
--local db = fs.open("/disk2/log.log", "a")
--local id = disk.getID("bottom")
if answer == "d" or answer == "deposit" then
local ironCount = turtle.getItemCount()
--local card = fs.open("/disk/money.lua", "r")
local money = tonumber(interactWithCard(nfc,"getBalance", nil))
local item = turtle.getItemDetail()
if item.name ~= "minecraft:iron_ingot" or item.name == nil then
print("Please insert iron ingots!")
@@ -38,10 +42,6 @@ if answer == "d" or answer == "deposit" then
shell.run("reboot")
end
local ironCount = turtle.getItemCount()
--local card = fs.open("/disk/money.lua", "r")
local money = tonumber(interactWithCard(nfc,"getBalance", nil))
--card.close()
money = money + ironCount