• bitwolf@lemmy.one
    link
    fedilink
    arrow-up
    81
    ·
    6 months ago

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

      • AeonFelis@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        6 months ago
        if date.today() - RELEASE_DATE > timedelta(days=90):
            try:
                game.prompt_user_to_connect_3rd_party_account()
            except PlayerRefusal:
                sys.exit(0)