v1.1.18.0 (Treacherous Tides Update)

This commit is contained in:
Regalis11
2023-10-19 17:18:51 +03:00
parent 12e43d95ef
commit 34ffc520cc
20 changed files with 179 additions and 43 deletions
@@ -35,6 +35,7 @@ namespace Barotrauma.Items.Components
msg.WriteSingle(launchPos.Y);
msg.WriteSingle(launchRot);
msg.WriteByte(eventData.SpreadCounter);
msg.WriteUInt16(LaunchSub?.ID ?? Entity.NullEntityID);
}
bool stuck = StickTarget != null && !item.Removed && !StickTargetRemoved();