Merge https://github.com/Regalis11/Barotrauma into develop
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
http://www.barotraumagame.com
|
||||
|
||||
© 2018-2022 FakeFish Ltd. All rights reserved.
|
||||
© 2019-2022 Daedalic Entertainment GmbH. The Daedalic logo is a trademark of Daedalic Entertainment GmbH, Germany. All rights reserved.
|
||||
© 2017-2024 FakeFish Ltd. All rights reserved.
|
||||
© 2019-2024 Daedalic Entertainment GmbH. The Daedalic logo is a trademark of Daedalic Entertainment GmbH, Germany. All rights reserved.
|
||||
Privacy policy: http://privacypolicy.daedalic.com
|
||||
|
||||
See the wiki for more detailed info and instructions:
|
||||
|
||||
+1
-1
@@ -65,7 +65,7 @@ namespace Barotrauma
|
||||
{
|
||||
return Objectives.ContainsKey(target) && AIObjectiveCleanupItems.IsItemInsideValidSubmarine(target, character);
|
||||
}
|
||||
if (target.CurrentHull.FireSources.Count > 0) { return false; }
|
||||
if (target.CurrentHull != null && target.CurrentHull.FireSources.Count > 0) { return false; }
|
||||
|
||||
foreach (Character c in Character.CharacterList)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
v1.5.9.2
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
- Fixed an exploit that allowed clients to crash servers when hosting through SteamP2P.
|
||||
- Fixed crashing when loading a save in which a character has a deconstruct order and an item marked for deconstruction is outside hulls.
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
v1.5.9.1
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user