Skip to content

Commit

Permalink
Merge pull request DeltaV-Station#711 from IamVelcroboy/interior_ques…
Browse files Browse the repository at this point in the history
…tionmark

Update for preferred Delta V exterior lights
  • Loading branch information
DebugOk authored Jan 28, 2024
2 parents 5355d42 + b84c828 commit 143133a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Resources/Migrations/deltaMigrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Objects/Power/lights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 143133a

Please sign in to comment.