diff --git a/code/game/gamemodes/changeling/helpers/_store.dm b/code/game/gamemodes/changeling/helpers/_store.dm index d671a1386c5..96ed68287d8 100644 --- a/code/game/gamemodes/changeling/helpers/_store.dm +++ b/code/game/gamemodes/changeling/helpers/_store.dm @@ -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." diff --git a/html/changelogs/tag114-dnasting.yml b/html/changelogs/tag114-dnasting.yml new file mode 100644 index 00000000000..0ee075ec5ab --- /dev/null +++ b/html/changelogs/tag114-dnasting.yml @@ -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." \ No newline at end of file