diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-07 19:51:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-07 19:51:14 -0300 |
commit | c6eb14e1ee3bb01715e02c7a30f1a0547870aba8 (patch) | |
tree | 20c5c19f07e66866b256c765d19b81fde4e33558 /npc/003-0 | |
parent | 09ee49345bc354f2c10b95fe172574687c6e6a8f (diff) | |
download | serverdata-c6eb14e1ee3bb01715e02c7a30f1a0547870aba8.tar.gz serverdata-c6eb14e1ee3bb01715e02c7a30f1a0547870aba8.tar.bz2 serverdata-c6eb14e1ee3bb01715e02c7a30f1a0547870aba8.tar.xz serverdata-c6eb14e1ee3bb01715e02c7a30f1a0547870aba8.zip |
Mark the untested classes as so
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/paladin.txt | 1 | ||||
-rw-r--r-- | npc/003-0/priest.txt | 1 | ||||
-rw-r--r-- | npc/003-0/sage.txt | 1 | ||||
-rw-r--r-- | npc/003-0/tanker.txt | 1 | ||||
-rw-r--r-- | npc/003-0/wizard.txt | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/npc/003-0/paladin.txt b/npc/003-0/paladin.txt index 0c55cac1c..224fd5bdf 100644 --- a/npc/003-0/paladin.txt +++ b/npc/003-0/paladin.txt @@ -21,6 +21,7 @@ L_SignUp: mesn; mesq l("Hey there! Do you want to join the Paladin Class?"); mesc l("Warning: If you join a subclass, you can't leave it later!"), 1; + mesc b(l("Warning: This class haven't been tested/balanced yet. Feedback is required!")), 1; next; if (askyesno() != ASK_YES) close; diff --git a/npc/003-0/priest.txt b/npc/003-0/priest.txt index 04ff8b558..64817d5a5 100644 --- a/npc/003-0/priest.txt +++ b/npc/003-0/priest.txt @@ -21,6 +21,7 @@ L_SignUp: mesn; mesq l("Hey there! Do you want to join the Priest Class?"); mesc l("Warning: If you join a subclass, you can't leave it later!"), 1; + mesc b(l("Warning: This class haven't been tested/balanced yet. Feedback is required!")), 1; next; if (askyesno() != ASK_YES) close; diff --git a/npc/003-0/sage.txt b/npc/003-0/sage.txt index b93983860..d74510b9d 100644 --- a/npc/003-0/sage.txt +++ b/npc/003-0/sage.txt @@ -21,6 +21,7 @@ L_SignUp: mesn; mesq l("Hey there! Do you want to join the Sage Class?"); mesc l("Warning: If you join a subclass, you can't leave it later!"), 1; + mesc b(l("Warning: This class haven't been tested/balanced yet. Feedback is required!")), 1; next; if (askyesno() != ASK_YES) close; diff --git a/npc/003-0/tanker.txt b/npc/003-0/tanker.txt index c495b538d..0b4c443e7 100644 --- a/npc/003-0/tanker.txt +++ b/npc/003-0/tanker.txt @@ -21,6 +21,7 @@ L_SignUp: mesn; mesq l("Hey there! Do you want to join the Tanker Class?"); mesc l("Warning: If you join a subclass, you can't leave it later!"), 1; + mesc b(l("Warning: This class haven't been tested/balanced yet. Feedback is required!")), 1; next; if (askyesno() != ASK_YES) close; diff --git a/npc/003-0/wizard.txt b/npc/003-0/wizard.txt index d8d8166cb..010940abe 100644 --- a/npc/003-0/wizard.txt +++ b/npc/003-0/wizard.txt @@ -18,6 +18,7 @@ L_SignUp: mesn; mesq l("Hey there! Do you want to join the Wizard Class?"); mesc l("Warning: If you join a subclass, you can't leave it later!"), 1; + mesc b(l("Warning: This class haven't been tested/balanced yet. Feedback is required!")), 1; next; if (askyesno() != ASK_YES) close; |