Merge pull request #139 from frosty-dev/sprite-for-station-records
[фича] Отображение спрайта в консоли учетов
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user