add exploding pen from goldeneye (#14421)

This commit is contained in:
deltanedas
2023-03-20 19:32:28 +00:00
committed by GitHub
parent 1ca6ced0cc
commit 93425f0dd5
7 changed files with 71 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
namespace Content.Server.Paper;
/// <summary>
/// Activates the item when used to write on paper, as if Z was pressed.
/// </summary>
[RegisterComponent]
[Access(typeof(PaperSystem))]
public sealed class ActivateOnPaperOpenedComponent : Component
{
}