From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:01:33 +0000 (-0500) Subject: Make syndicate discarding boxes tiny like their contents. (#22396) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5e5ad464ce21e2fce4fcd2e9081e30bd53cfde26;p=space-station-14.git Make syndicate discarding boxes tiny like their contents. (#22396) * fix hypopenbox size bug * fix pen bomb box size bug * fix edagger box size bug. --- diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml index 41a5472b57..4d111c01a0 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml @@ -390,6 +390,8 @@ name: hypopen box description: A small box containing a hypopen. Packaging disintegrates when opened, leaving no evidence behind. components: + - type: Item + size: Tiny - type: Sprite sprite: Objects/Storage/penbox.rsi state: hypopen diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pen.yml b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pen.yml index 312955f297..029649ab37 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pen.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pen.yml @@ -27,6 +27,8 @@ name: exploding pen box description: A small box containing an exploding pen. Packaging disintegrates when opened, leaving no evidence behind. components: + - type: Item + size: Tiny - type: Sprite sprite: Objects/Storage/penbox.rsi state: exploding_pen diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml index c00fd1ab86..50e7b86d0d 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml @@ -128,6 +128,8 @@ suffix: E-Dagger description: A small box containing an e-dagger. Packaging disintegrates when opened, leaving no evidence behind. components: + - type: Item + size: Tiny - type: Sprite sprite: Objects/Storage/penbox.rsi state: e_dagger