|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
-- dfstatus 1.0 - a quick access status screen.
|
|
|
|
|
-- dfstatus 1.5 - a quick access status screen.
|
|
|
|
|
-- written by enjia2000@gmail.com, fixed by Lethosor and PeridexisErrant
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -75,7 +75,7 @@ function screen2:onRenderBody(dc)
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
--print("------------------------------")
|
|
|
|
|
dc:string("Drinks: ".. drink, COLOR_LIGHTGREEN)
|
|
|
|
|
dc:newline(0)
|
|
|
|
@ -89,10 +89,10 @@ function screen2:onRenderBody(dc)
|
|
|
|
|
dc:newline(0)
|
|
|
|
|
dc:string("Cloth: ".. cloth, COLOR_LIGHTGREEN)
|
|
|
|
|
dc:newline(0)
|
|
|
|
|
-- dc:string("Raw Fish: ".. raw_fish, COLOR_LIGHTGREEN)
|
|
|
|
|
-- dc:newline(0)
|
|
|
|
|
-- dc:string("Plants: ".. plants, COLOR_LIGHTGREEN)
|
|
|
|
|
-- dc:newline(0)
|
|
|
|
|
-- dc:string("Raw Fish: ".. raw_fish, COLOR_LIGHTGREEN)
|
|
|
|
|
-- dc:newline(0)
|
|
|
|
|
-- dc:string("Plants: ".. plants, COLOR_LIGHTGREEN)
|
|
|
|
|
-- dc:newline(0)
|
|
|
|
|
dc:newline(0)
|
|
|
|
|
dc:string("Bars:", COLOR_LIGHTGREEN)
|
|
|
|
|
dc:newline(1)
|
|
|
|
|