This commit is contained in:
Aviu00
2024-01-23 15:33:20 +03:00
parent 17e38f6dbb
commit 72974239a6
6 changed files with 7 additions and 6 deletions

View File

@@ -50,9 +50,9 @@ namespace Content.Server.White.Other.ExamineSystem
RaiseLocalEvent(uid, ev);
if (ev.Cancelled)
{
if (_idCard.TryFindIdCard(uid, out var id) && !string.IsNullOrWhiteSpace(id.FullName))
if (_idCard.TryFindIdCard(uid, out var id) && !string.IsNullOrWhiteSpace(id.Comp.FullName))
{
name = id.FullName;
name = id.Comp.FullName;
}
else
{

View File

@@ -28,6 +28,7 @@
- id: ClothingNeckTieRed
- id: ClothingUniformJumpsuitLawyerBlack
- id: ClothingShoesBootsLaceup
- id: ClothingHandsGlovesCombat # WD edit
- type: entity
id: BriefcaseSyndieLobbyingBundleFilled

View File

@@ -9,7 +9,7 @@
- type: Sprite
state: icon
- type: Item
size: Normal
size: Small
- type: Food
requiresSpecialDigestion: true
- type: SolutionContainerManager

View File

@@ -8,7 +8,7 @@
- type: Sprite
state: icon
- type: Item
size: Tiny
size: Small
- type: Clothing
slots: [underwearb]
- type: Tag

View File

@@ -8,7 +8,7 @@
- type: Sprite
state: icon
- type: Item
size: Tiny
size: Small
- type: Clothing
slots: [socks]
- type: Tag

View File

@@ -8,7 +8,7 @@
- type: Sprite
state: icon
- type: Item
size: Tiny
size: Small
- type: Clothing
slots: [underweart]
- type: Tag