Added the phase tooltip.

This commit is contained in:
Linus Probert 2018-09-29 06:44:33 +02:00
parent 742d6e2363
commit b4fd2cb8b4
1 changed files with 21 additions and 0 deletions

View File

@ -112,6 +112,27 @@ static char *backstab_tooltip[] = {
NULL
};
static char *phase_tooltip[] = {
"PHASE",
"",
" You phase out of existence for a time. While you are phased you",
" are unaffected by gravity, traps and monsters won't see you.",
" You can also pass through monsters",
"",
" The effect lasts for 3 turns",
"",
"COOLDOWN:",
" 8 turns",
"",
"USAGE:",
" activate the skill (press 3)",
" then move as normal",
"",
"",
"Press ESC to close",
NULL
};
static char *charge_tooltip[] = {
"CHARGE",
"",