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