From 1b51baa9666a07703cea823de89caf52939dcabb Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 13 Feb 2023 17:26:10 +1100 Subject: [PATCH] Set netsync false for some sprites (#14086) --- .../Prototypes/Entities/Structures/Furniture/Tables/tables.yml | 1 + Resources/Prototypes/Entities/Structures/Walls/asteroid.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml b/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml index 8c937d42d0..87696217b1 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml @@ -55,6 +55,7 @@ - type: SpriteFade - type: Sprite sprite: Structures/Furniture/Tables/counterwood.rsi + netsync: false - type: Icon sprite: Structures/Furniture/Tables/counterwood.rsi state: full diff --git a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml index 89d9d732ea..6a871e8e8c 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml @@ -12,6 +12,7 @@ - type: Sprite sprite: Structures/Walls/asteroid_rock.rsi state: full + netsync: false - type: Damageable damageContainer: Inorganic damageModifierSet: Metallic -- 2.52.0