Skip to content

Commit

Permalink
Ops
Browse files Browse the repository at this point in the history
  • Loading branch information
NameLunar committed Jan 7, 2025
1 parent bc4969a commit 8b053d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Content.Shared.Alert;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;

namespace Content.Server.Abilities.XenoQueen
namespace Content.Server.ADT.Abilities.XenoQueen
{
/// <summary>
/// Lets its owner entity use mime powers, like placing invisible walls.
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/ADT/Abilities/XenoQueen/XenoQueenSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
using Content.Shared.Magic;
using Content.Shared.FixedPoint;

namespace Content.Server.Abilities.XenoQueen
namespace Content.Server.ADT.Abilities.XenoQueen
{
public sealed class XenoQueenSystem : EntitySystem
{
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/ADT/Actions/XenoQueen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
sprite: Objects/Weapons/Guns/Turrets/xenoturret.rsi
state: icon
event: !type:SpawnWallActionEvent
prototypes:
cost: 25
# Я не смог сделать отдельный ивент для спавнта турели. Он не видел прототип ивента.

Expand Down

0 comments on commit 8b053d2

Please sign in to comment.