From 1af84204d85974b59fc1c4d016a6c63449960464 Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Tue, 5 Jul 2022 15:12:24 +0100 Subject: [PATCH] Fixes entity spawner icons (#9411) * fixes asteroid icon / parent and adds suffix * fixes asteroid icon / parent and adds suffix * fix rust wall icon * fix table icon * fix counter icons * makes base grenade abstract * fixes rat stomach sprite error * really fixed rat stomachs --- Resources/Prototypes/Body/Mechanisms/rat.yml | 2 ++ Resources/Prototypes/Body/Parts/animal.yml | 3 +++ .../Entities/Objects/Weapons/Guns/Ammunition/explosives.yml | 1 + .../Entities/Structures/Furniture/Tables/tables.yml | 3 +++ Resources/Prototypes/Entities/Structures/Walls/asteroid.yml | 4 +++- Resources/Prototypes/Entities/Structures/Walls/walls.yml | 3 +++ 6 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Body/Mechanisms/rat.yml b/Resources/Prototypes/Body/Mechanisms/rat.yml index 9e5864537d..ba2776b073 100644 --- a/Resources/Prototypes/Body/Mechanisms/rat.yml +++ b/Resources/Prototypes/Body/Mechanisms/rat.yml @@ -13,3 +13,5 @@ components: - type: Stomach maxVolume: 50 # they're hungry + - type: Sprite + state: stomach \ No newline at end of file diff --git a/Resources/Prototypes/Body/Parts/animal.yml b/Resources/Prototypes/Body/Parts/animal.yml index bd517c12ca..422736cda8 100644 --- a/Resources/Prototypes/Body/Parts/animal.yml +++ b/Resources/Prototypes/Body/Parts/animal.yml @@ -71,6 +71,9 @@ abstract: true components: - type: Mechanism + - type: Sprite + netsync: false + sprite: Mobs/Species/Human/organs.rsi - type: entity id: OrganAnimalLungs diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/explosives.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/explosives.yml index 74fd97b508..a2c926b8dd 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/explosives.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/explosives.yml @@ -43,6 +43,7 @@ id: BaseGrenade name: base grenade parent: BaseItem + abstract: true components: - type: Tag tags: diff --git a/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml b/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml index 617159b682..abd0d2da88 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml @@ -9,6 +9,7 @@ sprite: Structures/Furniture/Tables/frame.rsi - type: Icon sprite: Structures/Furniture/Tables/frame.rsi + state: full - type: Fixtures fixtures: - shape: @@ -55,6 +56,7 @@ sprite: Structures/Furniture/Tables/counterwood.rsi - type: Icon sprite: Structures/Furniture/Tables/counterwood.rsi + state: full - type: Fixtures fixtures: - shape: @@ -107,6 +109,7 @@ sprite: Structures/Furniture/Tables/countermetal.rsi - type: Icon sprite: Structures/Furniture/Tables/countermetal.rsi + state: full - type: Damageable damageContainer: Inorganic damageModifierSet: Metallic diff --git a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml index 1b7161bdaf..f4bab78fe7 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml @@ -2,6 +2,7 @@ id: AsteroidRock parent: BaseStructure name: asteroid rock + suffix: Low Ore Yield description: A rocky asteroid. components: - type: Gatherable @@ -44,8 +45,9 @@ - type: entity id: AsteroidRockMining - parent: BaseStructure + parent: AsteroidRock name: asteroid rock + suffix: higher ore yield description: An asteroid. components: - type: Gatherable diff --git a/Resources/Prototypes/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/Entities/Structures/Walls/walls.yml index dfebe73b8c..67e1200e64 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/walls.yml @@ -568,6 +568,9 @@ components: - type: Sprite sprite: Structures/Walls/solidrust.rsi + - type: Icon + sprite: Structures/Walls/solidrust.rsi + state: full - type: Construction graph: Girder node: wallrust