why would you write if (x) ; else y; instead of if (!x) y;?
if (x) ; else y;
if (!x) y;
(ignore the horrible indentation, it’s 4 spaces then 1 tab then 4 spaces again)
@fun dNetHack (but the original if (mtmp == u.usteed) ; else line is in NetHack 3.4.3, only the if (mtmp == u.urider) ; else part is new)
if (mtmp == u.usteed) ; else
if (mtmp == u.urider) ; else
This is a placeholder, overwrite this by putting a file at
$STATIC_DIR/static/terms-of-service.html
See the Static Directory docs for more info.