From: Flareguy <78941145+Flareguy@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:04:54 +0000 (-0600) Subject: Implements greyscale (white) chairs (#22209) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7a109a3ee73d6c3f1194616e06ca7beac75bcafb;p=space-station-14.git Implements greyscale (white) chairs (#22209) * implements greyscale chairs * bob --- diff --git a/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml b/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml index e6ede719cf..058fae24dc 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/chairs.yml @@ -66,6 +66,15 @@ graph: Seat node: chair +- type: entity + name: chair + id: ChairGreyscale + parent: Chair + suffix: White + components: + - type: Sprite + state: chair-greyscale + - type: entity name: stool id: Stool