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); RaiseLocalEvent(uid, ev);
if (ev.Cancelled) 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 else
{ {

View File

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

View File

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

View File

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

View File

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

View File

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