diff --git a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml index 632b287ecd..3430a3cfc4 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml @@ -152,7 +152,14 @@ - type: Stack stackType: Uranium - type: Sprite - state: uranium + state: uranium_3 + - type: Appearance + visuals: + - type: StackVisualizer + stackLayers: + - uranium + - uranium_2 + - uranium_3 - type: Item heldPrefix: uranium - type: Extractable diff --git a/Resources/Textures/Objects/Materials/Sheets/other.rsi/meta.json b/Resources/Textures/Objects/Materials/Sheets/other.rsi/meta.json index 5b7b81e975..6cd21aae79 100644 --- a/Resources/Textures/Objects/Materials/Sheets/other.rsi/meta.json +++ b/Resources/Textures/Objects/Materials/Sheets/other.rsi/meta.json @@ -72,6 +72,12 @@ { "name": "uranium" }, + { + "name": "uranium_2" + }, + { + "name": "uranium_3" + }, { "name": "uranium-inhand-left", "directions": 4 diff --git a/Resources/Textures/Objects/Materials/Sheets/other.rsi/uranium_2.png b/Resources/Textures/Objects/Materials/Sheets/other.rsi/uranium_2.png new file mode 100644 index 0000000000..3647e43e44 Binary files /dev/null and b/Resources/Textures/Objects/Materials/Sheets/other.rsi/uranium_2.png differ diff --git a/Resources/Textures/Objects/Materials/Sheets/other.rsi/uranium_3.png b/Resources/Textures/Objects/Materials/Sheets/other.rsi/uranium_3.png new file mode 100644 index 0000000000..f17d81859d Binary files /dev/null and b/Resources/Textures/Objects/Materials/Sheets/other.rsi/uranium_3.png differ