GTG3000
I gave up around the roman numbers because I chose to include May
…
Think I should try again.
edit: okay, I’m going to call it on the Wordle rule.
What is it, JavaScript?
The feeling when you consistently roll below 4 on the skill you have the highest bonus for.
She needs like a whole bottle of shampoo.
Or some creative prestidigitation.
You linked to the image as opposed to the comic page.
Also cute goblin.
A whisk-y rain?
It also suffers from not using consistent language and keywords in the rulings.
The more recent rewrites are better but there would be way fewer discussions on “what exactly does this mean” if there were consistent keywords for things.
…also I am currently writing a pile of homebrew to try and run a spelljammer game because those books they released inspired me to run a Treasure Planet campaign but didn’t give me nearly enough material.
Why use
const max = (x, y) => x > y ? x : y
instead of
function max(x, y) { return x > y ? x : y }
?