Merge pull request #139 from frosty-dev/sprite-for-station-records

[фича] Отображение спрайта в консоли учетов
This commit is contained in:
DocNight
2023-05-31 15:02:04 +03:00
committed by Remuchi
parent f15ef66659
commit 89a690c09c
3 changed files with 71 additions and 1 deletions

View File

@@ -127,7 +127,8 @@ public sealed class StationRecordsSystem : SharedStationRecordsSystem
Gender = gender,
DisplayPriority = jobPrototype.Weight,
Fingerprint = mobFingerprint,
DNA = dna
DNA = dna,
Profile = profile
};
var key = AddRecordEntry(station, record);