Mag gloves (#147)

* created yml

* +mechanics

* textures

* full implementation of magnetic gloves without lathe crafts and researches

* finale

* meeerge

* Fixed
This commit is contained in:
Viktor
2024-03-21 02:08:17 +02:00
committed by GitHub
parent 4199fb2669
commit 1b2b313804
36 changed files with 556 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
namespace Content.Shared._White.MagGloves;
/// <summary>
/// This is used to block stripping when magnetic gloves are enabled.
/// </summary>
[RegisterComponent]
public sealed partial class PreventStrippingFromHandsAndGlovesComponent : Component
{
}