Update prog2/Slot.lua

This commit is contained in:
minecartchris
2026-01-31 20:29:07 -06:00
parent c86cfc3134
commit 5bf646e4fb

View File

@@ -105,18 +105,7 @@ end
--money2 = fs.open("/disk2/money.lua", "w")
--money2.close()
while true do
print("Would you like to play again")
local PA=io.read()
if (PA=="Y") then
break
elseif (PA=="N") then
--tmp.ejectDisk()
break
else
print("Invalid Input")
end
end
h = fs.open("disk/house.lua", "w")
h.write(house)