From f89b4a6a3659bfabdfb1987585ae51ef7b7d05af Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Thu, 10 Aug 2023 14:37:00 +0200 Subject: [PATCH] ue: mention new assets to claim every first Tuesday of a month --- README.md | 1 + unrealengine.js | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 047d0ce..538ea4f 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Claiming the Amazon Games works out-of-the-box, however, for games on external s Epic Games usually has two free games *every week*, before Christmas every day. Prime Gaming has new games *every month* or more often during Prime days. GOG usually has one new game every couples of weeks. +Unreal Engine has new assets to claim *every first Tuesday of a month*. It is save to run the scripts every day. diff --git a/unrealengine.js b/unrealengine.js index 830496c..e44e684 100644 --- a/unrealengine.js +++ b/unrealengine.js @@ -1,4 +1,5 @@ // TODO This is mostly a copy of epic-games.js +// New assets to claim every first Tuesday of a month. import { firefox } from 'playwright-firefox'; // stealth plugin needs no outdated playwright-extra import { authenticator } from 'otplib';