This commit is contained in:
2025-06-14 12:26:30 -04:00
parent b283d8e97f
commit 27f1429be4
2 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
local reactor = peripheral.find("fissionReactorLogicAdapter")
local modem = peripheral.wrap("back")
local function report()
local reactor = peripheral.find("fissionReactorLogicAdapter")
return reactor.getTemerature()
end
return { report = report }