forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make shuttles dead drop hint exempt, parenting (new-frontiers-14#2061)
- Loading branch information
Showing
3 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
Content.Server/_NF/Smuggling/Components/StationDeadDropHintExemptComponent.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
namespace Content.Server._NF.Smuggling.Components; | ||
|
||
/// <summary> | ||
/// A station that has this will not have hint spawn on it. | ||
/// A station that has this will not have round-start dead drop hints spawn on it. | ||
/// </summary> | ||
[RegisterComponent] | ||
public sealed partial class StationDeadDropHintExemptComponent : 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