add exploding pen from goldeneye (#14421)
This commit is contained in:
10
Content.Server/Paper/ActivateOnPaperOpenedComponent.cs
Normal file
10
Content.Server/Paper/ActivateOnPaperOpenedComponent.cs
Normal 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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user