[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:
rhailrake
2023-06-13 19:33:50 +00:00
committed by Aviu00
parent 3fa30256ce
commit 518b730864
19 changed files with 1147 additions and 283 deletions

View File

@@ -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 = "";
}
}
*/

View File

@@ -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
}
}
}
*/