Skip to content

Commit

Permalink
Merge branch 'ToolsForGateDungeon' of https://github.com/21Melkuu/spa…
Browse files Browse the repository at this point in the history
…ce-station-14 into ToolsForGateDungeon
  • Loading branch information
21Melkuu committed Feb 5, 2025
2 parents fe70136 + 4bc5992 commit 4839b18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Content.Server/SS220/GateDungeon/GateDungeonSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public sealed class GateDungeonSystem : EntitySystem
[Dependency] private readonly LinkedEntitySystem _linked = default!;
[Dependency] private readonly SharedAppearanceSystem _appearance = default!;
[Dependency] private readonly MetaDataSystem _meta = default!;
private Dictionary<GateType, List<EntityUid>> _gateList = new();

private Dictionary<GateType, List<EntityUid>> _gateList = new();

/// <inheritdoc/>
public override void Initialize()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private void OnShoot(Entity<GateGunDungeonComponent> ent, ref ShotAttemptedEvent
{
var gridUid = _transform.GetGrid(ent.Owner);

if(gridUid == null)
if (gridUid == null)
args.Cancel();

if (!HasComp<GateDungeonMapComponent>(gridUid))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
"copyright": "by vimenant2(discord) for SS220",
"copyright": "sprited by vimenant2(discord) for SS220",
"size": {
"x": 96,
"y": 96
Expand Down

0 comments on commit 4839b18

Please sign in to comment.