Fixxxxx
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
- id: ClothingNeckTieRed
|
||||
- id: ClothingUniformJumpsuitLawyerBlack
|
||||
- id: ClothingShoesBootsLaceup
|
||||
- id: ClothingHandsGlovesCombat # WD edit
|
||||
|
||||
- type: entity
|
||||
id: BriefcaseSyndieLobbyingBundleFilled
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: Item
|
||||
size: Normal
|
||||
size: Small
|
||||
- type: Food
|
||||
requiresSpecialDigestion: true
|
||||
- type: SolutionContainerManager
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: Item
|
||||
size: Tiny
|
||||
size: Small
|
||||
- type: Clothing
|
||||
slots: [underwearb]
|
||||
- type: Tag
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: Item
|
||||
size: Tiny
|
||||
size: Small
|
||||
- type: Clothing
|
||||
slots: [socks]
|
||||
- type: Tag
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: Item
|
||||
size: Tiny
|
||||
size: Small
|
||||
- type: Clothing
|
||||
slots: [underweart]
|
||||
- type: Tag
|
||||
|
||||
Reference in New Issue
Block a user