Skip to content

Commit

Permalink
Add Waaaaaaaa achievements
Browse files Browse the repository at this point in the history
  • Loading branch information
kzalys committed Mar 31, 2019
1 parent 20db57a commit 9a24f96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file added src/public/img/achievements/wa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/public/js/timer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var countDownDate = new Date("Nov 11, 2018 12:00:00").getTime();
var countDownDate = new Date("Mar 31, 2019 12:30:00").getTime();

var timerInterval = setInterval(updateTime, 1000);
updateTime();
Expand Down
7 changes: 7 additions & 0 deletions src/util/achievements/localAchievements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ export const localAchievements: AchievementOptions[] = [
maxProgress: 1,
isManual: true
},
{
title: "The greatest waaaaaa",
description: "The winner of the ultimate smash tourney",
prizeURL: "/img/achievements/wa.png",
maxProgress: 1,
isManual: true
},
{
title: "Scooby doo",
description: "Took part in midnight mafia and won",
Expand Down

0 comments on commit 9a24f96

Please sign in to comment.