From c2cfa5d38ffcf04d7e0081472bcdfadafdf07518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A4r=20Halberkamp?= Date: Wed, 5 Apr 2017 03:57:40 +0200 Subject: [PATCH] Wifi: Add a warning about not being able to receive the prize --- chat-plugins/wifi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat-plugins/wifi.js b/chat-plugins/wifi.js index 1b280445e1..213c58790a 100644 --- a/chat-plugins/wifi.js +++ b/chat-plugins/wifi.js @@ -195,7 +195,7 @@ class Giveaway { return `

It's giveaway time!

` + `

Giveaway started by ${Chat.escapeHTML(this.host.name)}

` + `` + - `
${this.sprite}

Giver: ${this.giver}

${Giveaway.parseText(this.prize)}
OT: ${Chat.escapeHTML(this.ot)}, TID: ${this.tid}
${rightSide}

Note: Please do not join if you don't have a 3DS and a copy of Pokémon Sun/Moon.

`; + `${rightSide}

Note: Please do not join if you don't have a 3DS, a copy of Pokémon Sun/Moon, or are currently unable to receive the prize.

`; } }