Skip to content

Commit

Permalink
beta phase only
Browse files Browse the repository at this point in the history
  • Loading branch information
lekeno committed May 2, 2018
1 parent a8037c1 commit 2d6bdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edr/edrclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def _enable_alerts(self, kind, silent=False):
details = _(u"Request an EDR account to access enemy alerts (https://lekeno.github.io)")
elif not self.player.powerplay:
details = _(u"Pledge to a power to access enemy alerts")
elif self.player.time_pledged < 24*60*60*7: #TODO 30 days
elif self.player.time_pledged < 24*60*60*7: #TODO 30 days after the beta phase
details = _(u"Remain loyal for at least 30 days to access enemy alerts")
else:
details = _(u"Enabling Enemy alerts") if self.edropponents[kind].establish_comms_link() else _(u"Couldn't enable Enemy alerts")
Expand Down

0 comments on commit 2d6bdf4

Please sign in to comment.