]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make railings render over tables (#31589)
authorWinkarst <74284083+Winkarst-cpu@users.noreply.github.com>
Thu, 29 Aug 2024 03:04:43 +0000 (06:04 +0300)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2024 03:04:43 +0000 (13:04 +1000)
Make rails render over tables

Resources/Prototypes/Entities/Structures/Walls/railing.yml

index a23c559abab8c74433772729179e6989cbb10d2d..ace34a8052d6346843377d165f8ea21c361b1863 100644 (file)
@@ -5,7 +5,7 @@
   description: Basic railing meant to protect idiots like you from falling.
   components:
   - type: Sprite
-    drawdepth: WallTops
+    drawdepth: SmallObjects
     sprite: Structures/Walls/railing.rsi
     state: side
   - type: Icon
@@ -60,7 +60,7 @@
   - type: RCDDeconstructable
     cost: 2
     delay: 2
-    fx: EffectRCDDeconstruct2  
+    fx: EffectRCDDeconstruct2
 
 - type: entity
   parent: BaseStructure
@@ -69,7 +69,7 @@
   description: Basic railing meant to protect idiots like you from falling.
   components:
   - type: Sprite
-    drawdepth: WallTops
+    drawdepth: SmallObjects
     sprite: Structures/Walls/railing.rsi
     state: corner
   - type: Icon
   - type: RCDDeconstructable
     cost: 2
     delay: 2
-    fx: EffectRCDDeconstruct2  
+    fx: EffectRCDDeconstruct2
 
 - type: entity
   parent: BaseStructure
   description: Basic railing meant to protect idiots like you from falling.
   components:
   - type: Sprite
-    drawdepth: WallTops
+    drawdepth: SmallObjects
     sprite: Structures/Walls/railing.rsi
     state: corner_small
   - type: Icon
   - type: RCDDeconstructable
     cost: 2
     delay: 2
-    fx: EffectRCDDeconstruct2  
-    
+    fx: EffectRCDDeconstruct2
+
 - type: entity
   parent: BaseStructure
   id: RailingRound
   description: Basic railing meant to protect idiots like you from falling.
   components:
   - type: Sprite
-    drawdepth: WallTops
+    drawdepth: SmallObjects
     sprite: Structures/Walls/railing.rsi
     state: round
   - type: Physics
   - type: RCDDeconstructable
     cost: 2
     delay: 2
-    fx: EffectRCDDeconstruct2  
+    fx: EffectRCDDeconstruct2