From: devinschubert14 <59582670+devinschubert14@users.noreply.github.com> Date: Sun, 13 Jul 2025 04:02:04 +0000 (-0700) Subject: Fixed error thrown when examining indestructible plastitanium windows (#38950) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=dd87e7ef644fa2e0ed3d2003151e1fbcaf0afcbb;p=space-station-14.git Fixed error thrown when examining indestructible plastitanium windows (#38950) * Fixed error thrown when examining indestructible plastitanium windows * Fixed indentation to match yaml standards --- diff --git a/Resources/Prototypes/Entities/Structures/Windows/plastitanium.yml b/Resources/Prototypes/Entities/Structures/Windows/plastitanium.yml index a319d06224..cf7303b7bb 100644 --- a/Resources/Prototypes/Entities/Structures/Windows/plastitanium.yml +++ b/Resources/Prototypes/Entities/Structures/Windows/plastitanium.yml @@ -77,6 +77,9 @@ name: plastitanium window parent: PlastitaniumWindowSquareBase suffix: indestructible + components: + - type: ExaminableDamage + messages: null - type: entity id: PlastitaniumWindow @@ -167,6 +170,9 @@ name: plastitanium window parent: PlastitaniumWindowDiagonalBase suffix: diagonal, indestructible + components: + - type: ExaminableDamage + messages: null - type: entity id: PlastitaniumWindowDiagonal