Skip to content

Commit

Permalink
Ship test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Oct 9, 2024
1 parent 2b2d4fd commit 6ade603
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Resources/Maps/_NF/Shuttles/BlackMarket/schooner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2933,7 +2933,7 @@ entities:
- type: Transform
pos: -0.5,9.5
parent: 1
- proto: SignShield
- proto: NFSignShield
entities:
- uid: 359
components:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Maps/_NF/Shuttles/Expedition/anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10574,7 +10574,7 @@ entities:
- type: Transform
pos: 2.5,-11.5
parent: 1
- proto: SignShield
- proto: NFSignShield
entities:
- uid: 1261
components:
Expand Down
1 change: 0 additions & 1 deletion Resources/Maps/_NF/Shuttles/Nfsd/empress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11602,7 +11602,6 @@ entities:
- Pressed: Toggle
2543:
- Pressed: Toggle
12: []
2541:
- Pressed: Toggle
2544:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Maps/_NF/Shuttles/Nfsd/opportunity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5872,7 +5872,7 @@ entities:
- type: Transform
pos: 1.7114414,-8.847875
parent: 2
- proto: SignShield
- proto: NFSignShield
entities:
- uid: 858
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,12 @@
components:
- type: Sprite
state: bus

- type: entity
parent: NFBaseSign
id: NFSignShield
name: shield sign
description: A sign with a shield.
components:
- type: Sprite
state: shield
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "direction_sr - Created by MagnusCrowe for Frontier Station, cb1/cb2/cb3/cb4/nfsd/shop/vend - Created by GentleButter for Frontier Station, nfsd/range/law/brig/brigmed/detective/brief/armoury/evidence - Created by GhostPrinceLost for Frontier Station, bus/dock (edited from base signs.rsi/dock) made by Whatstone (Discord)",
"copyright": "direction_sr - Created by MagnusCrowe for Frontier Station, cb1/cb2/cb3/cb4/nfsd/shop/vend - Created by GentleButter for Frontier Station, nfsd/range/law/brig/brigmed/detective/brief/armoury/evidence - Created by GhostPrinceLost for Frontier Station, bus/dock/shield (dock edited from base signs.rsi/dock) made by Whatstone (Discord)",
"states": [
{
"name": "direction_sr",
Expand Down Expand Up @@ -71,6 +71,9 @@
},
{
"name": "dock"
},
{
"name": "shield"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Resources/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ SignChemistry2: SignChem
SignCourt: SignLawyer
SignAtmosMinsky: SignAtmos
SignDrones: SignMaterials
SignShield: null # what was this even for?
SignShield: NFSignShield # what was this even for? # Frontier: null<NFSignShield
SignHydro2: SignHydro1
SignHydro3: SignHydro1

Expand Down

0 comments on commit 6ade603

Please sign in to comment.