Skip to content

Commit 49761d4

Browse files
committed
Fix misplaced doc entries in fix section
1 parent bf70918 commit 49761d4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/Fixed-or-Improved-Logics.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -296,14 +296,6 @@ This page describes all ingame logics that are fixed or improved in Phobos witho
296296
- 1000 save files are supported, from `SVGM_000.NET` to `SVGM_999.NET`. When the limit is reached, the game will overwrite the latest save file.
297297
- The previous `SVGM_XXX.NET` files are cleaned up before first copy if it's a new game, otherwise the highest numbered `SVGM_XXX.NET` file is found and the index is incremented, if possible.
298298
- The game also automatically copies `spawn.ini` to the save folder as `spawnSG.ini` when saving a game.
299-
- Fixed an issue that Ares' Type Conversion not resetting barrel's direction by `FireAngle`.
300-
- Fixed an issue that jumpjet vehicles can not stop correctly when assigned a target in range.
301-
- Fixed an issue that jumpjet infantry stop incorrectly when assigned a target out of range.
302-
- Fixed an issue that jumpjet infantry' shadow is always drawn even if they are cloaked.
303-
- Fixed an issue that technos head to building's dock even they are not going to dock.
304-
- Fixed an issue that the jumpjet vehicles cannot stop correctly after going berserk.
305-
- Fixed the issue where Ares' `Flash.Duration` cannot override the weapon's repair flash effect.
306-
- Fixed buildings that have their owner changed during buildup skipping buildup and sometimes not correctly clearing the state.
307299

308300
```{note}
309301
The described behavior is a replica of and is compliant with XNA CnCNet Client's multiplayer save game support.
@@ -313,6 +305,15 @@ The described behavior is a replica of and is compliant with XNA CnCNet Client's
313305
At the moment this is only useful if you use a version of [YRpp Spawner](https://github.com/CnCNet/yrpp-spawner) with multiplayer saves support (along with [XNA CnCNet Client](https://github.com/CnCNet/xna-cncnet-client)).
314306
```
315307

308+
- Fixed an issue that Ares' Type Conversion not resetting barrel's direction by `FireAngle`.
309+
- Fixed an issue that jumpjet vehicles can not stop correctly when assigned a target in range.
310+
- Fixed an issue that jumpjet infantry stop incorrectly when assigned a target out of range.
311+
- Fixed an issue that jumpjet infantry' shadow is always drawn even if they are cloaked.
312+
- Fixed an issue that technos head to building's dock even they are not going to dock.
313+
- Fixed an issue that the jumpjet vehicles cannot stop correctly after going berserk.
314+
- Fixed the issue where Ares' `Flash.Duration` cannot override the weapon's repair flash effect.
315+
- Fixed buildings that have their owner changed during buildup skipping buildup and sometimes not correctly clearing the state.
316+
316317
## Aircraft
317318

318319
### Carryall pickup voice

0 commit comments

Comments
 (0)