Skip to content

Commit

Permalink
Re-adds stealth ling dna sting (#19986)
Browse files Browse the repository at this point in the history
Adds the DNA extraction sting which currently exists in the code to the
changeling ability store, enabling the ability in-game.

From what I can tell, the reason the ability is currently disabled is
because it originally allowed changelings to gain more ability points
without any risk, which is no longer the case as of the merging of
#17140, which made it so
that changelings only get a set amount of ability points and cannot gain
more.

DNA extraction sting in its current form does not allow changelings to
respec, that still requires changelings to absorb someone.

---------

Signed-off-by: Tag114 <[email protected]>
  • Loading branch information
Tag114 authored Oct 6, 2024
1 parent 9867586 commit 7700ad3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/game/gamemodes/changeling/helpers/_store.dm
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ var/list/datum/power/changeling/powerinstances = list()
//Stings and sting accessorries
//Rest in pieces, unfat sting. - Geeves

/datum/power/changeling/extract_dna
name = "Extract DNA Sting"
desc = "We silently sting a human and copy their DNA, allowing us to mimic their form."
genomecost = 0
allowduringlesserform = TRUE
verbpath = /mob/proc/changeling_extract_dna_sting

/datum/power/changeling/boost_range
name = "Boost Range"
desc = "We evolve the ability to shoot our stingers at humans, with some preperation."
Expand Down
6 changes: 6 additions & 0 deletions html/changelogs/tag114-dnasting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
author: Tag114

delete-after: True

changes:
- rscadd: "Re-enables the ability for changelings to stealthily extract DNA from targets by stinging them."

0 comments on commit 7700ad3

Please sign in to comment.