miron / NeonCore

Terminal based Cyberpunk Tabletop RPG with Nostr as database and openAI API compatible commands
3 stars 1 forks source link

simplify lifepath #75

Open miron opened 1 year ago

miron commented 1 year ago

dicts with ints unnecessary, use lists or tuples instead and select by value = values[random.randint(0, 9)] instead. Also see #65 for the dict of dicts