From 9af3ebdc8873c41e9ddd5e80c5f670314a25d7f3 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Thu, 7 Sep 2023 12:17:01 +0200 Subject: [PATCH] Updates the Umbra Class spec message on their ult to reflect changes (#22244) * The fix * Contra review --- tgui/packages/tgui/interfaces/SpecMenu.js | 6 ++++-- tgui/packages/tgui/public/tgui.bundle.js | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tgui/packages/tgui/interfaces/SpecMenu.js b/tgui/packages/tgui/interfaces/SpecMenu.js index ac5fe8a5cb2..92a49f3ab4f 100644 --- a/tgui/packages/tgui/interfaces/SpecMenu.js +++ b/tgui/packages/tgui/interfaces/SpecMenu.js @@ -85,7 +85,8 @@ const UmbrMenu = (props, context) => { Shadow anchor: Unlocked at 250 blood, casting it will create an anchor at the cast location after a short delay. If you then cast the ability again, you are teleported back to the anchor. - If you do not cast again within 2 minutes, you are forced back to the anchor. + If you do not cast again within 2 minutes, you will do a fake recall, + causing a clone to appear at the anchor and making yourself invisible. It will not teleport you between Z levels.

@@ -108,7 +109,8 @@ const UmbrMenu = (props, context) => { Eternal darkness: When toggled, you consume yourself in unholy darkness, only the strongest of lights will be able to see through it. - It will also cause nearby creatures to freeze. + Inside the radius, nearby creatures will freeze and energy projectiles + will deal less damage.

In addition, you also gain permament X-ray vision.