Fixxxxx
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user