-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78098c3
commit 64d873e
Showing
7 changed files
with
200 additions
and
206 deletions.
There are no files selected for viewing
341 changes: 169 additions & 172 deletions
341
Content.Server/DeltaV/Abilities/Psionics/PrecognitionPowerSystem.cs
Large diffs are not rendered by default.
Oops, something went wrong.
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
4 changes: 2 additions & 2 deletions
4
Content.Server/StationEvents/RampingStationEventSchedulerSystem.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
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
17 changes: 8 additions & 9 deletions
17
Content.Shared/DeltaV/Abilities/Psionics/PrecognitionResultComponent.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,12 +1,11 @@ | ||
namespace Content.Shared.Abilities.Psionics | ||
namespace Content.Shared.Abilities.Psionics; | ||
|
||
[RegisterComponent] | ||
public sealed partial class PrecognitionResultComponent : Component | ||
{ | ||
[RegisterComponent] | ||
public sealed partial class PrecognitionResultComponent : Component | ||
{ | ||
[DataField("message")] | ||
public string Message = default!; | ||
[DataField("message")] | ||
public string Message = default!; | ||
|
||
[DataField("randomResultWeight")] | ||
public float Weight = default!; | ||
} | ||
[DataField("randomResultWeight")] | ||
public float Weight = default!; | ||
} |
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