mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Capitalizes 'Room'
This commit is contained in:
parent
3d214609fc
commit
112880a1c1
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
*Exits* are in-game [Objects](./Objects.md) connecting other objects (usually [Rooms](./Rooms.md)) together.
|
||||
|
||||
> Note that Exits are one-way objects, so in order for two rooms to be linked bi-directionally, there will need to be two exits.
|
||||
> Note that Exits are one-way objects, so in order for two Rooms to be linked bi-directionally, there will need to be two exits.
|
||||
|
||||
An object named `north` or `in` might be exits, as well as `door`, `portal` or `jump out the window`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue