-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'justice-stamps' of https://github.com/Tomce795/Delta-v …
…into justice-stamps
- Loading branch information
Showing
11 changed files
with
108 additions
and
26 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
Content.Client/Nyanotrasen/Abilities/Psionics/TelegnosisPowerSystem.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,5 @@ | ||
using Content.Shared.Abilities.Psionics; | ||
|
||
namespace Content.Client.Abilities.Psionics; | ||
|
||
public sealed class TelegnosisPowerSystem : SharedTelegnosisPowerSystem; |
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
19 changes: 19 additions & 0 deletions
19
...Shared/Nyanotrasen/Abilities/Psionics/Abilities/Telegnosis/SharedTelegnosisPowerSystem.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,19 @@ | ||
using Content.Shared.Interaction.Events; | ||
|
||
namespace Content.Shared.Abilities.Psionics; | ||
|
||
public abstract class SharedTelegnosisPowerSystem : EntitySystem | ||
{ | ||
public override void Initialize() | ||
{ | ||
base.Initialize(); | ||
|
||
SubscribeLocalEvent<TelegnosticProjectionComponent, InteractionAttemptEvent>(OnInteractionAttempt); | ||
} | ||
|
||
private void OnInteractionAttempt(Entity<TelegnosticProjectionComponent> ent, ref InteractionAttemptEvent args) | ||
{ | ||
// no astrally stealing someones shoes | ||
args.Cancelled = true; | ||
} | ||
} |
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: 4 additions & 6 deletions
10
...red/Nyanotrasen/Abilities/Psionics/Abilities/Telegnosis/TelegnosticProjectionComponent.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,6 +1,4 @@ | ||
namespace Content.Shared.Abilities.Psionics | ||
{ | ||
[RegisterComponent] | ||
public sealed partial class TelegnosticProjectionComponent : Component | ||
{} | ||
} | ||
namespace Content.Shared.Abilities.Psionics; | ||
|
||
[RegisterComponent, Access(typeof(SharedTelegnosisPowerSystem))] | ||
public sealed partial class TelegnosticProjectionComponent : 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
45 changes: 45 additions & 0 deletions
45
Resources/Prototypes/DeltaV/Catalog/Fills/Crates/engine.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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
- type: entity | ||
parent: CrateEngineering | ||
id: CrateEngineEssentials | ||
name: engine essentials crate | ||
description: Everything you need to power the station, in a superposition of containing both a singularity and a tesla. | ||
suffix: 1 per map MAX | ||
components: | ||
- type: EntityTableContainerFill | ||
containers: | ||
entity_storage: !type:GroupSelector | ||
children: | ||
- !type:NestedSelector | ||
tableId: TeslaEssentials | ||
- !type:NestedSelector | ||
tableId: SingularityEssentials | ||
|
||
- type: entityTable | ||
id: TeslaEssentials | ||
table: !type:AllSelector | ||
children: | ||
- id: TeslaGeneratorFlatpack | ||
- id: TeslaGeneratorFlatpack | ||
prob: 0.3 # Small chance of a free backup | ||
- id: TeslaCoilFlatpack | ||
amount: !type:RangeNumberSelector | ||
range: 4, 6 | ||
- id: TeslaGroundingRodFlatpack | ||
amount: !type:ConstantNumberSelector | ||
value: 4 | ||
|
||
- type: entityTable | ||
id: SingularityEssentials | ||
table: !type:AllSelector | ||
children: | ||
- id: SingularityGeneratorFlatpack | ||
- id: SingularityGeneratorFlatpack | ||
prob: 0.3 # Small chance of a free backup | ||
# intentionally separate rolls so they are probably mismatched | ||
# you might get spare tanks you might have to get more from the tank dispenser | ||
- id: RadiationCollectorFlatpack | ||
amount: !type:RangeNumberSelector | ||
range: 8, 12 | ||
- id: PlasmaTankFilled | ||
amount: !type:RangeNumberSelector | ||
range: 8, 12 |
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
Binary file added
BIN
+450 Bytes
Resources/Textures/DeltaV/Structures/Wallmounts/signs.rsi/direction_aicore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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