diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-17 16:38:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-17 16:38:29 -0300 |
commit | 1f305ae6f7f402051f98a53759db17e4816efc06 (patch) | |
tree | 51058b5a35a106ba30829b7e08246f839a6aff98 /npc/003-1/michel.txt | |
parent | 1f1181dcf34639a6d85a8562b6b8132155aee04b (diff) | |
download | serverdata-1f305ae6f7f402051f98a53759db17e4816efc06.tar.gz serverdata-1f305ae6f7f402051f98a53759db17e4816efc06.tar.bz2 serverdata-1f305ae6f7f402051f98a53759db17e4816efc06.tar.xz serverdata-1f305ae6f7f402051f98a53759db17e4816efc06.zip |
[skip ci] That's a reasonable amount to warn the player about fake accounts.
Of course, we'll verify each entry. I have the means to do so ;-)
Diffstat (limited to 'npc/003-1/michel.txt')
-rw-r--r-- | npc/003-1/michel.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/michel.txt b/npc/003-1/michel.txt index 00ddda6de..a649699d8 100644 --- a/npc/003-1/michel.txt +++ b/npc/003-1/michel.txt @@ -44,6 +44,8 @@ L_Main: next; mesn; mesq l("Hey, I see you have appointed @@ players to this game. Good job!", $REFERRAL_IDS[#REFERRAL_PROG]); + if ($REFERRAL_IDS[#REFERRAL_PROG] > 20) + mesc l("Uhm, just remember it'll be manually verified before prizes are given... Don't even think on cheating!"), 1; close; L_GMOnce: |