absurdor

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9e7888d29e14b243bbb02370db4b4a5c756674f3
parent 92aa19f2ab3b6545e0795e1bcd20244eb0275911
Author: Juan F. Meleiro <juan@juanmeleiro.mat.br>
Date:   Mon, 12 Aug 2024 14:40:26 -0300

Add description to the Veblen

Diffstat:
Mabsurdor | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/absurdor b/absurdor @@ -280,7 +280,9 @@ if args.command == "report" then f:write(string.format(" is owned by %s\n", veblen.current.who)) f:write(string.format(" and costs %d spendies\n\n", veblen.cost)) - f:write(" It is shiny.\n\n") + f:write(" It is shiny.\n") + f:write(" It is round (and thus pointless).\n") + f:write("\n") f:write("HISTORY\n") table.sort(veblen.history, function(x,y) return x.cost > y.cost end)