[draft] examine tweaks (#161)
* deathgasps component, clothes examine system * howered entities code w/o ui (#162) Co-authored-by: Mona Hmiza <> * lazy, mb later * fuck * wonderробукс bump * trying to fix уамлики
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace Content.Server.DetailExaminable
|
||||
/*namespace Content.Server.DetailExaminable
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed partial class DetailExaminableComponent : Component
|
||||
@@ -7,3 +7,4 @@
|
||||
public string Content = "";
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
using Content.Shared.Examine;
|
||||
/*using Content.Shared.Examine;
|
||||
using Content.Shared.IdentityManagement;
|
||||
using Content.Shared.Verbs;
|
||||
using Content.Shared.White.CharacterExamine;
|
||||
using Robust.Shared.Utility;
|
||||
|
||||
namespace Content.Server.DetailExaminable
|
||||
@@ -42,3 +43,4 @@ namespace Content.Server.DetailExaminable
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user