From ee9ab0da5b1e47a59ed32401921ad5e8e299a905 Mon Sep 17 00:00:00 2001 From: Aviu00 Date: Tue, 23 Jan 2024 12:35:14 +0300 Subject: [PATCH] Fix sizes --- .../Entities/Objects/Specific/Medical/hypospray.yml | 1 - .../Objects/Weapons/Guns/Battery/battery_guns.yml | 2 +- .../Prototypes/Entities/Objects/Weapons/Melee/daggers.yml | 2 +- .../Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml | 2 +- .../White/Entities/Clothing/Underwear/Bottom.yml | 2 +- .../White/Entities/Clothing/Underwear/Socks.yml | 2 +- .../Prototypes/White/Entities/Clothing/Underwear/Top.yml | 2 +- Resources/Prototypes/White/Fluff/fluff.yml | 8 ++++---- Resources/Prototypes/White/Mobs/Pets/pets.yml | 2 +- 9 files changed, 11 insertions(+), 12 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml index d877b26f37..5da6cd49c7 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml @@ -407,7 +407,6 @@ map: ["enum.SolutionContainerLayers.Fill"] - type: Item sprite: Objects/Specific/Medical/medipen.rsi - size: 10 - type: SolutionContainerManager solutions: pen: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml index 4565732d3a..a013376757 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -738,4 +738,4 @@ - type: StaticPrice price: 800 - type: Item - size: 20 + size: Normal diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/daggers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/daggers.yml index 4dcb959cff..b4c4d4287f 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/daggers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/daggers.yml @@ -15,7 +15,7 @@ soundHit: path: /Audio/Weapons/bladeslice.ogg - type: Item - size: 20 + size: Normal - type: Clothing sprite: Objects/Weapons/Melee/blood_dagger.rsi slots: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml index f508f22406..21c80b311d 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml @@ -243,7 +243,7 @@ shader: unshaded map: [ "blade" ] - type: Item - size: 10 + size: Small sprite: Objects/Weapons/Melee/double_esword.rsi - type: Wieldable wieldTime: 0 diff --git a/Resources/Prototypes/White/Entities/Clothing/Underwear/Bottom.yml b/Resources/Prototypes/White/Entities/Clothing/Underwear/Bottom.yml index 87746b4a30..f1d4e9fd29 100644 --- a/Resources/Prototypes/White/Entities/Clothing/Underwear/Bottom.yml +++ b/Resources/Prototypes/White/Entities/Clothing/Underwear/Bottom.yml @@ -8,7 +8,7 @@ - type: Sprite state: icon - type: Item - size: 1 + size: Tiny - type: Clothing slots: [underwearb] - type: Tag diff --git a/Resources/Prototypes/White/Entities/Clothing/Underwear/Socks.yml b/Resources/Prototypes/White/Entities/Clothing/Underwear/Socks.yml index 1cbdf1411d..40ad9207ef 100644 --- a/Resources/Prototypes/White/Entities/Clothing/Underwear/Socks.yml +++ b/Resources/Prototypes/White/Entities/Clothing/Underwear/Socks.yml @@ -8,7 +8,7 @@ - type: Sprite state: icon - type: Item - size: 5 + size: Tiny - type: Clothing slots: [socks] - type: Tag diff --git a/Resources/Prototypes/White/Entities/Clothing/Underwear/Top.yml b/Resources/Prototypes/White/Entities/Clothing/Underwear/Top.yml index 08e4bfc4ac..9449e991dd 100644 --- a/Resources/Prototypes/White/Entities/Clothing/Underwear/Top.yml +++ b/Resources/Prototypes/White/Entities/Clothing/Underwear/Top.yml @@ -8,7 +8,7 @@ - type: Sprite state: icon - type: Item - size: 1 + size: Tiny - type: Clothing slots: [underweart] - type: Tag diff --git a/Resources/Prototypes/White/Fluff/fluff.yml b/Resources/Prototypes/White/Fluff/fluff.yml index 001ff354cb..4e027d7350 100644 --- a/Resources/Prototypes/White/Fluff/fluff.yml +++ b/Resources/Prototypes/White/Fluff/fluff.yml @@ -182,7 +182,7 @@ sprite: White/Fluff/merkkaa/bible.rsi state: icon - type: Item - size: 10 + size: Small sprite: White/Fluff/merkkaa/bible.rsi - type: PointLight radius: 2 @@ -240,7 +240,7 @@ state: icon - type: Item sprite: White/Fluff/Omntns/gavel_hammer.rsi - size: 5 + size: Small - type: EmitSoundOnUse sound: path: /Audio/White/Fluff/Omntns/gavel.ogg @@ -266,7 +266,7 @@ layers: - state: summon_book - type: Item - size: 5 + size: Small - type: Paper content: Ego voco electi pet - type: PetSummon @@ -305,7 +305,7 @@ sprite: White/Fluff/Derderiot/super-synthesizer.rsi state: icon - type: Item - size: 20 + size: Normal sprite: White/Fluff/Derderiot/super-synthesizer.rsi #Hskveez Atmospherics Hardsuit diff --git a/Resources/Prototypes/White/Mobs/Pets/pets.yml b/Resources/Prototypes/White/Mobs/Pets/pets.yml index bc443de69d..c541bd1989 100644 --- a/Resources/Prototypes/White/Mobs/Pets/pets.yml +++ b/Resources/Prototypes/White/Mobs/Pets/pets.yml @@ -62,7 +62,7 @@ tags: - CannotSuicide - type: Item - size: 10 + size: Small - type: GhostRole makeSentient: true allowSpeech: true