Skip to content

Commit

Permalink
shitware
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisfiregamer1 committed Mar 3, 2025
1 parent 52977e0 commit bf721cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Content.Shared/_Goobstation/Changeling/Changeling.Actions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Content.Shared.Actions;
using Robust.Shared.GameStates;
using Robust.Shared.Serialization;

namespace Content.Shared.Changeling;

Expand Down Expand Up @@ -73,7 +74,7 @@ public sealed partial class ActionContortBodyEvent : InstantActionEvent { }

#region Events - Misc

[DataDefinition]
[DataDefinition, NetSerializable, Serializable] // why did I have to readd netserializable to this? why did it not just inherit it?
public sealed partial class AugmentedEyesightPurchasedEvent : EntityEventArgs;

#endregion
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Resources/Textures/Interface/Misc/job_icons.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@
},
{
"name": "InitialInfected"
},
{
"name": "Changeling"
}
]
}

0 comments on commit bf721cf

Please sign in to comment.