Update tron.lua

This commit is contained in:
LDDestroier 2019-02-26 01:46:12 -05:00 committed by GitHub
parent cdff4ea28a
commit e48bbf99a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -934,6 +934,9 @@ local nameChange = function(scrollInfo)
end
term.setCursorBlink(true)
local rend = function()
if table.concat(buff):upper() == "GASTER" then
os.reboot() -- lol
end
drawGrid(gsX, gsY, true)
term.setTextColor(colors.white)
cwrite("Enter your name.", scr_y - 5)