forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Дионы теперь не падают при БСС (#211)
* Update ShuttleSystem.FasterThanLight.cs * mehmehmeh * Update diona.yml * Update Content.Server/_CorvaxNext/FTLKnockdownImmune/FTLKnockdownImmuneComponent.cs Co-authored-by: FN <[email protected]> --------- Co-authored-by: FN <[email protected]>
- Loading branch information
1 parent
b695d6c
commit f502cdf
Showing
3 changed files
with
13 additions
and
1 deletion.
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
7 changes: 7 additions & 0 deletions
7
Content.Server/_CorvaxNext/FTLKnockdownImmune/FTLKnockdownImmuneComponent.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,7 @@ | ||
namespace Content.Server._CorvaxNext.FTLKnockdownImmune; | ||
|
||
/// <summary> | ||
/// Denotes an entity as being immune from knockdown on FTL | ||
/// </summary> | ||
[RegisterComponent] | ||
public sealed partial class FTLKnockdownImmuneComponent : 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