From: lzk <124214523+lzk228@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:22:11 +0000 (+0200) Subject: fix paper label whitelist (#31919) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=932ff660d00d267363545b42fc515d0c2a96c320;p=space-station-14.git fix paper label whitelist (#31919) * fix paper label whitelist * forgor * oh lmao --- diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml index 578e071587..d1085ff5de 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/morgue.yml @@ -56,6 +56,9 @@ whitelist: components: - Paper + blacklist: + tags: + - Book - type: Appearance - type: EntityStorageVisuals stateDoorOpen: open_overlay diff --git a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml index 5ab5ffc626..a003ba9079 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/artifact_equipment.yml @@ -71,6 +71,9 @@ whitelist: components: - Paper + blacklist: + tags: + - Book - type: Appearance - type: EntityStorageVisuals stateDoorOpen: artifact_container_open diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml index b515dffc2b..67c597a70d 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml @@ -27,6 +27,9 @@ whitelist: components: - Paper + blacklist: + tags: + - Book - type: ItemSlots - type: DamageOnHighSpeedImpact damage: diff --git a/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml b/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml index fa6a45fcba..48804893ca 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Crates/base_structurecrates.yml @@ -77,6 +77,9 @@ whitelist: components: - Paper + blacklist: + tags: + - Book - type: ContainerContainer containers: entity_storage: !type:Container