-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Testing * Deed * Update ShuttleDeedComponent.cs * Update ShuttleDeedComponent.cs * Update ShipyardSystem.Consoles.cs * No Need for this lines * Fixing * I used ChatGPT to fix this * Small change to fix errors * Update ShipyardSystem.Consoles.cs * Fix * Fixing * Update shuttle.yml * Working again * Added owner name to card * Deed Testing * Update ShipyardSystem.Consoles.cs * Working Again. * Fix * Fix for ID comp
- Loading branch information
Showing
7 changed files
with
100 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
Content.Server/Station/Components/StationDeedSpawnerComponent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
namespace Content.Server.Station.Components; | ||
|
||
/// <summary> | ||
/// Copy deep of a ship to a new card | ||
/// </summary> | ||
[RegisterComponent] | ||
public sealed partial class StationDeedSpawnerComponent : Component | ||
{ | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- type: entity | ||
parent: IDCardStandard | ||
id: ShuttleDeedIDCard | ||
name: shuttle deed | ||
suffix: DO NOT MAP | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: default | ||
- state: idpassenger | ||
- type: PresetIdCard | ||
job: Captain | ||
- type: StationDeedSpawner |
2 changes: 1 addition & 1 deletion
2
Resources/Prototypes/_NF/Entities/warp.yml → ...types/_NF/Entities/Markers/warp_point.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
- type: entity | ||
id: WarpPointShip | ||
parent: WarpPoint | ||
suffix: Ship | ||
suffix: ship | ||
components: | ||
- type: WarpPoint | ||
useStationName: true |