From: psykana <36602558+psykana@users.noreply.github.com> Date: Mon, 17 Feb 2025 06:16:54 +0000 (+0000) Subject: ConfirmableAction for DNA Scrambler implant (#35232) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1c05108ce116b77044c172db534485c52da414f7;p=space-station-14.git ConfirmableAction for DNA Scrambler implant (#35232) --- diff --git a/Resources/Locale/en-US/actions/actions/dna-scrambler.ftl b/Resources/Locale/en-US/actions/actions/dna-scrambler.ftl new file mode 100644 index 0000000000..3b4fb17ab3 --- /dev/null +++ b/Resources/Locale/en-US/actions/actions/dna-scrambler.ftl @@ -0,0 +1 @@ +dna-scrambler-action-popup = THIS ACTION WILL IRREVERSIBLY CHANGE YOUR APPEARANCE! Use it again to confirm. diff --git a/Resources/Prototypes/Actions/types.yml b/Resources/Prototypes/Actions/types.yml index cfff380380..aa378d8861 100644 --- a/Resources/Prototypes/Actions/types.yml +++ b/Resources/Prototypes/Actions/types.yml @@ -153,6 +153,8 @@ name: Scramble DNA description: Randomly changes your name and appearance. components: + - type: ConfirmableAction + popup: dna-scrambler-action-popup - type: InstantAction charges: 1 itemIconStyle: BigAction