From 2943654d8d99ef7dc17ae8afcf49de5441518809 Mon Sep 17 00:00:00 2001 From: Whatstone Date: Sun, 12 Jan 2025 13:17:44 -0500 Subject: [PATCH] Fix red light fill, powered black light migration --- .../_NF/Entities/Structures/Lighting/ground_lighting.yml | 2 +- Resources/_NF/migration.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/_NF/Entities/Structures/Lighting/ground_lighting.yml b/Resources/Prototypes/_NF/Entities/Structures/Lighting/ground_lighting.yml index cdf5befc804..dd93bfd5d76 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Lighting/ground_lighting.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Lighting/ground_lighting.yml @@ -8,4 +8,4 @@ - state: base map: [ "enum.PoweredLightLayers.Base" ] - type: PoweredLight - hasLampOnSpawn: PoweredlightRed + hasLampOnSpawn: LightTubeCrystalRed diff --git a/Resources/_NF/migration.yml b/Resources/_NF/migration.yml index e3045dfe41c..2a46e89f42e 100644 --- a/Resources/_NF/migration.yml +++ b/Resources/_NF/migration.yml @@ -189,8 +189,8 @@ CrateMaterials: CrateMaterialsBasicFilled ColoredLightTubeRed: LightTubeCrystalRed ColoredBlueLightTube: LightTubeCrystalBlue ColoredLightTubeCyan: LightTubeCrystalCyan -ColoredLightTubeBlackLight: PoweredlightBlack +ColoredLightTubeBlackLight: LightTubeCrystalBlack PoweredlightColoredRed: PoweredlightRed PoweredlightBlueInterior: PoweredlightBlue PoweredlightColoredFrostyBlue: PoweredlightCyan -PoweredlightColoredBlack: LightTubeCrystalBlack +PoweredlightColoredBlack: PoweredlightBlack