Skip to content

Commit

Permalink
Fix shuttle windows (#1519)
Browse files Browse the repository at this point in the history
Co-authored-by: Velcroboy <[email protected]>
  • Loading branch information
IamVelcroboy and BurningRash authored Jul 21, 2024
1 parent 1f5f6a2 commit 849043b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Resources/Prototypes/Entities/Structures/Windows/shuttle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
sprite: Structures/Windows/shuttle_window.rsi
- type: Icon
sprite: Structures/Windows/shuttle_window.rsi
- type: Repairable
fuelCost: 15
doAfterDelay: 3
- type: Damageable
damageContainer: StructuralInorganic
damageModifierSet: RGlass
Expand Down Expand Up @@ -38,6 +41,9 @@
acts: [ "Destruction" ]
- type: IconSmooth
base: swindow
- type: Construction
graph: Window
node: shuttleWindow
- type: Appearance
- type: DamageVisuals
thresholds: [4, 8, 12]
Expand All @@ -46,7 +52,7 @@
damageOverlay:
sprite: Structures/Windows/cracks.rsi
- type: StaticPrice
price: 75
price: 100

- type: entity
parent: ShuttleWindow
Expand Down

0 comments on commit 849043b

Please sign in to comment.