diff --git a/Resources/Migrations/deltaMigrations.yml b/Resources/Migrations/deltaMigrations.yml index 9279666d4b6..19f7dedc817 100644 --- a/Resources/Migrations/deltaMigrations.yml +++ b/Resources/Migrations/deltaMigrations.yml @@ -84,5 +84,10 @@ WindoorSecureBrigLocked: WindoorSecureSecurityLawyerLocked # 2023-12-16 PlushieLizardMirrored: PlushieLizard +# 2024-1-22 +#Use these lights because they are better +PoweredlightExterior: PoweredLightBlueInterior +ExteriorLightTube: BlueLightTube + # 2024-01-26 SalvagePartsSpawnerSubSpace: SalvagePartsSpawnerMid diff --git a/Resources/Prototypes/Entities/Objects/Power/lights.yml b/Resources/Prototypes/Entities/Objects/Power/lights.yml index 40f6bf6dbed..b23b226a2cf 100644 --- a/Resources/Prototypes/Entities/Objects/Power/lights.yml +++ b/Resources/Prototypes/Entities/Objects/Power/lights.yml @@ -193,6 +193,7 @@ name: exterior light tube description: A high power high energy bulb for the depths of space. May contain mercury. id: ExteriorLightTube + noSpawn: true # DeltaV - Don't map these components: - type: LightBulb color: "#B4FCF0" diff --git a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml index 1e7351b663e..ede31b5e56c 100644 --- a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml +++ b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml @@ -165,6 +165,7 @@ id: PoweredlightExterior description: "A light fixture. Draws power and produces light when equipped with a light tube." suffix: Blue + noSpawn: true # DeltaV - Don't map these parent: Poweredlight components: - type: PoweredLight diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Lighting/base_lighting.yml b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Lighting/base_lighting.yml index 9a2f3b73831..3a6470d36b0 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Lighting/base_lighting.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Lighting/base_lighting.yml @@ -1,7 +1,7 @@ - type: entity parent: PoweredlightExterior id: PoweredLightBlueInterior - suffix: Blue Interior + suffix: Blue Exterior, Delta V description: "A light fixture. Draws power and produces light when equipped with a light tube." components: - type: PoweredLight @@ -13,7 +13,7 @@ - type: entity parent: AlwaysPoweredWallLight id: AlwaysPoweredLightBlueInterior - suffix: Always Powered, Blue Interior + suffix: Always Powered, Blue Exterior, Delta V description: "A light fixture. Draws power and produces light when equipped with a light tube." components: - type: PointLight