diff options
-rw-r--r-- | pages/faq.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pages/faq.php b/pages/faq.php index 7cd41c6..7a6ece0 100644 --- a/pages/faq.php +++ b/pages/faq.php @@ -145,8 +145,9 @@ When there's more than one checkpoint, you can completely wall one off. <li>If you tie the high score, you get anywhere between <?echo CP_MIN_WORTH;?> and <?echo CP_MAX_WORTH_SPECIAL;?> points,
depending on how many people tied or didn't tie the high score.</li>
<li>The winner of each map receives an additional small bonus.</li>
- <? /*TODO: REVIEW AFTER PUSHING THE WEEKLY MAP UPDATE*/ //<li>On the weekly maps, <i>everyone</i> gets points! The more people you beat, the more points you'll get!</li> ?>
- <? //<li>You also receive points for completing additional tasks, like <a href="challengelist">completing challenges</a>,
+ <li>On the weekly maps, <i>everyone</i> gets points! The more people you beat, the more points you'll get!</li>
+ <? /* TODO: Review after completing these */
+ //<li>You also receive points for completing additional tasks, like <a href="challengelist">completing challenges</a>,
//<a href="achievements">getting achievements</a>!</li>, or even <a href="ADD LINK HERE">liking us on facebook</a> ?>
</ul>
Make sure to play every day to receive as many points as possible!
|