diff --git a/Resources/Maps/bagel.yml b/Resources/Maps/bagel.yml index 53f27d35ca..e27083027a 100644 --- a/Resources/Maps/bagel.yml +++ b/Resources/Maps/bagel.yml @@ -81422,7 +81422,7 @@ entities: - canCollide: False type: Physics - uid: 6196 - type: Decorated Fir Tree + type: DecoratedFirTree components: - pos: -16.5,-29.5 parent: 41 diff --git a/Resources/Maps/packedstationxmas.yml b/Resources/Maps/packedstationxmas.yml index 1e87d02e0f..48bfe7331c 100644 --- a/Resources/Maps/packedstationxmas.yml +++ b/Resources/Maps/packedstationxmas.yml @@ -22311,7 +22311,7 @@ entities: - canCollide: False type: Physics - uid: 767 - type: Decorated Fir Tree + type: DecoratedFirTree components: - pos: 32.5,-25.5 parent: 0 @@ -76462,7 +76462,7 @@ entities: light_bulb: !type:ContainerSlot {} type: ContainerContainer - uid: 7444 - type: Decorated Fir Tree + type: DecoratedFirTree components: - pos: 2.5,11.5 parent: 0 @@ -77565,7 +77565,7 @@ entities: ents: [] type: ContainerContainer - uid: 7567 - type: Decorated Fir Tree + type: DecoratedFirTree components: - pos: 5.5,11.5 parent: 0 @@ -77797,7 +77797,7 @@ entities: - canCollide: False type: Physics - uid: 7601 - type: Decorated Fir Tree + type: DecoratedFirTree components: - pos: -2.5,-8.5 parent: 0 @@ -77978,7 +77978,7 @@ entities: - canCollide: False type: Physics - uid: 7621 - type: Decorated Fir Tree + type: DecoratedFirTree components: - pos: 103.5,-16.5 parent: 0 @@ -88349,7 +88349,7 @@ entities: parent: 0 type: Transform - uid: 8694 - type: Decorated Fir Tree + type: DecoratedFirTree components: - pos: 8.5,26.5 parent: 0 @@ -89562,7 +89562,7 @@ entities: parent: 0 type: Transform - uid: 8879 - type: Decorated Fir Tree + type: DecoratedFirTree components: - pos: 27.5,3.5 parent: 0 @@ -113433,7 +113433,7 @@ entities: ents: [] type: ContainerContainer - uid: 11055 - type: Decorated Fir Tree + type: DecoratedFirTree components: - pos: 35.5,28.5 parent: 0 @@ -113860,7 +113860,7 @@ entities: - canCollide: False type: Physics - uid: 11104 - type: Decorated Fir Tree + type: DecoratedFirTree components: - pos: 23.5,46.5 parent: 0 @@ -114077,7 +114077,7 @@ entities: - canCollide: False type: Physics - uid: 11128 - type: Decorated Fir Tree + type: DecoratedFirTree components: - pos: 59.5,15.5 parent: 0 @@ -115629,7 +115629,7 @@ entities: - solution: drink type: DrainableSolution - uid: 11328 - type: Decorated Fir Tree + type: DecoratedFirTree components: - pos: 58.5,1.5 parent: 0 diff --git a/Resources/Prototypes/Entities/Structures/Decoration/decorated_fir_tree.yml b/Resources/Prototypes/Entities/Structures/Decoration/decorated_fir_tree.yml index 8790866c90..9cd7589c2e 100644 --- a/Resources/Prototypes/Entities/Structures/Decoration/decorated_fir_tree.yml +++ b/Resources/Prototypes/Entities/Structures/Decoration/decorated_fir_tree.yml @@ -1,5 +1,5 @@ - type: entity - id: Decorated Fir Tree + id: DecoratedFirTree parent: BaseStructure name: Decorated Fir Tree description: A very festive tree for a very festive holiday. @@ -17,4 +17,4 @@ enabled: false mask: /Textures/Effects/LightMasks/cone.png autoRot: true - offset: "0, 0.6" \ No newline at end of file + offset: "0, 0.6"