diff --git a/Resources/Prototypes/Actions/changeling.yml b/Resources/Prototypes/Actions/changeling.yml index d7fb2b5610..e72663f78a 100644 --- a/Resources/Prototypes/Actions/changeling.yml +++ b/Resources/Prototypes/Actions/changeling.yml @@ -66,6 +66,9 @@ id: ActionChangelingStore name: DNA Store description: Opens the ability store. + components: + - type: Action + icon: { sprite : Interface/Actions/changeling2.rsi, state: "shop" } - type: entity parent: BaseAction diff --git a/Resources/Textures/Interface/Actions/changeling2.rsi/meta.json b/Resources/Textures/Interface/Actions/changeling2.rsi/meta.json index 6a4ade2d24..3fe25a4de1 100644 --- a/Resources/Textures/Interface/Actions/changeling2.rsi/meta.json +++ b/Resources/Textures/Interface/Actions/changeling2.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Made by ketufaispikinut from a sprite taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039 (scientist suit), a sprite taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039 (hydro suit) and the changeling ability border/background sprites created by TiniestShark. Biodegrade, Mimicry and Extract Dna On/Off by ketufaispikinut, based on TiniestShark's textures.", + "copyright": "Made by ketufaispikinut from a sprite taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039 (scientist suit), a sprite taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039 (hydro suit) and the changeling ability border/background sprites created by TiniestShark. Biodegrade, Mimicry and Extract Dna On/Off by ketufaispikinut, based on TiniestShark's textures. Shop icon by ketufaispikinut, based on TiniestShark's textures.", "size": { "x": 32, "y": 32 @@ -26,6 +26,9 @@ , { "name": "extract_dna_off" + }, + { + "name": "shop" } ] } diff --git a/Resources/Textures/Interface/Actions/changeling2.rsi/shop.png b/Resources/Textures/Interface/Actions/changeling2.rsi/shop.png new file mode 100644 index 0000000000..865a38f163 Binary files /dev/null and b/Resources/Textures/Interface/Actions/changeling2.rsi/shop.png differ