From b4fd2cb8b42937b87a9234e8f3ed5e526e4af635 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Sat, 29 Sep 2018 06:44:33 +0200 Subject: [PATCH] Added the phase tooltip. --- src/skill.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/skill.c b/src/skill.c index 738aa68..eacd107 100644 --- a/src/skill.c +++ b/src/skill.c @@ -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", "",