mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Seasonal: Fix Treecko's name
This commit is contained in:
parent
82312d55f4
commit
f00e9fbb19
|
|
@ -288,7 +288,7 @@ exports.BattleFormats = {
|
|||
var date = Date();
|
||||
date = date.split(' ');
|
||||
if (parseInt(date[2]) === 12) {
|
||||
this.add('-message', 'Wish a HAPPY BIRTHDAY to Treecko32!!');
|
||||
this.add('-message', 'Wish a HAPPY BIRTHDAY to Treecko37!!');
|
||||
}
|
||||
if (parseInt(date[2]) === 16) {
|
||||
this.add('-message', 'Wish a HAPPY BIRTHDAY to Joim!!');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user