All public logs
Jump to navigation
Jump to search
Combined display of all available logs of NetHackWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:28, 23 May 2026 Prowler (talk | contribs) created page User:Prowler/Chargeable ring generation sim (Created page with "<pre> #!/usr/bin/env python import random def rn2(n): return random.randint(0, n - 1) def blessorcurse(chance): if not rn2(chance): return random.choice(['b...")