Skip to content

Commit

Permalink
Correct spelling of NODBarracks key in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkku committed Jan 16, 2025
1 parent 47c7751 commit ef7c119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Fixed-or-Improved-Logics.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,12 +415,12 @@ ConsideredVehicle= ; boolean

### Custom exit cell for infantry factory

- By default `Factory=InfantryType` buildings use exit cell for the created infantry based on hardcoded settings if any of `GDIBarracks`, `NodBarracks` or `YuriBarracks` are set to true. It is now possible to define arbitrary exit cell for such building via `BarracksExitCell`. Below is a reference of the cell offsets for the hardcoded values.
- By default `Factory=InfantryType` buildings use exit cell for the created infantry based on hardcoded settings if any of `GDIBarracks`, `NODBarracks` or `YuriBarracks` are set to true. It is now possible to define arbitrary exit cell for such building via `BarracksExitCell`. Below is a reference of the cell offsets for the hardcoded values.

| Key | Cell Offset |
|----------------|-------------|
| `GDIBarracks` | 1,2 |
| `NodBarracks` | 2,2 |
| `NODBarracks` | 2,2 |
| `YuriBarracks` | 2,1 |

In `rulesmd.ini`:
Expand Down

0 comments on commit ef7c119

Please sign in to comment.