• bitwolf
    link
    fedilink
    807 months ago

    That’s in game.load_dlc() we opted not to include that until our game is already beloved on steam.

      • @pivot_root
        link
        207 months ago

        EGS? Oh, no. We don’t do that here. We’re more along the lines of:

      • @AeonFelis
        link
        English
        56 months ago
        if date.today() - RELEASE_DATE > timedelta(days=90):
            try:
                game.prompt_user_to_connect_3rd_party_account()
            except PlayerRefusal:
                sys.exit(0)