Build 1.1.4.0
This commit is contained in:
@@ -71,6 +71,11 @@ namespace Barotrauma
|
||||
|
||||
msg.WriteString(ragdollFileName);
|
||||
msg.WriteIdentifier(HumanPrefabIds.NpcIdentifier);
|
||||
msg.WriteIdentifier(MinReputationToHire.factionId);
|
||||
if (MinReputationToHire.factionId != default)
|
||||
{
|
||||
msg.WriteSingle(MinReputationToHire.reputation);
|
||||
}
|
||||
if (Job != null)
|
||||
{
|
||||
msg.WriteUInt32(Job.Prefab.UintIdentifier);
|
||||
@@ -86,7 +91,7 @@ namespace Barotrauma
|
||||
msg.WriteByte((byte)0);
|
||||
}
|
||||
|
||||
msg.WriteUInt16((ushort)ExperiencePoints);
|
||||
msg.WriteInt32(ExperiencePoints);
|
||||
msg.WriteRangedInteger(AdditionalTalentPoints, 0, MaxAdditionalTalentPoints);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -692,6 +692,7 @@ namespace Barotrauma
|
||||
{
|
||||
msg.WriteIdentifier(MerchantIdentifier);
|
||||
}
|
||||
msg.WriteIdentifier(Faction);
|
||||
|
||||
int msgLengthBeforeOrders = msg.LengthBytes;
|
||||
// Current orders
|
||||
|
||||
Reference in New Issue
Block a user