From 8b707fd6968e2c78a59b62340618494e7ce2efad Mon Sep 17 00:00:00 2001 From: Whatstone <166147148+whatston3@users.noreply.github.com> Date: Sun, 12 Jan 2025 13:56:08 -0500 Subject: [PATCH] Fix red light fill, powered black light migration (#2696) --- .../_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