From 311c0b531766998e9bd107375cd9ffb25bfcefd4 Mon Sep 17 00:00:00 2001 From: Nokko <13428215+nok-ko@users.noreply.github.com> Date: Mon, 24 May 2021 08:27:59 -0700 Subject: [PATCH] Update description text of tentacle, match reality (#15975) * Update description text of tentacle, match reality The tentacle hasn't stunned for eons now, but the description said it did. * Update code/game/gamemodes/changeling/powers/mutations.dm Good review. Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Update code/game/gamemodes/changeling/powers/mutations.dm Looks good. Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Minor correction in harm tentacle text. Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> --- code/game/gamemodes/changeling/powers/mutations.dm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/changeling/powers/mutations.dm b/code/game/gamemodes/changeling/powers/mutations.dm index 420628a0198..08f11e672a7 100644 --- a/code/game/gamemodes/changeling/powers/mutations.dm +++ b/code/game/gamemodes/changeling/powers/mutations.dm @@ -173,8 +173,11 @@ name = "Tentacle" desc = "We ready a tentacle to grab items or victims with. Costs 10 chemicals." helptext = "We can use it once to retrieve a distant item. If used on living creatures, the effect depends on the intent: \ - Help will simply drag them closer, Disarm will grab whatever they are holding instead of them, Grab will put the victim in our hold after catching it, \ - and Harm will stun it, and stab it if we are also holding a sharp weapon. Cannot be used while in lesser form." + Help will drag the target closer. \ + Disarm will grab whatever the target is holding. \ + Grab will put the target in our grip after we catch it. \ + Harm will drag the target closer and stab it if we are holding a sharp weapon in our other hand. \ + Cannot be used while in our lesser form." button_icon_state = "tentacle" chemical_cost = 10 dna_cost = 2