Add breadcrumbs. Format markdown files to char width 100
This commit is contained in:
parent
10c1831aad
commit
78970e92b3
142 changed files with 10357 additions and 3417 deletions
|
|
@ -40,7 +40,8 @@ non-default mass would be stored on the `mass` [[Attributes]] of the objects.
|
|||
|
||||
You can add a `get_mass` definition to characters and rooms, also.
|
||||
|
||||
If you were in a one metric-ton elevator with four other friends also wearing armor and carrying gold bricks, you might wonder if this elevator's going to move, and how fast.
|
||||
If you were in a one metric-ton elevator with four other friends also wearing armor and carrying
|
||||
gold bricks, you might wonder if this elevator's going to move, and how fast.
|
||||
|
||||
Assuming the unit is grams and the elevator itself weights 1,000 kilograms, it would already be
|
||||
`@set elevator/mass=1000000`, we're `@set me/mass=85000` and our armor is `@set armor/mass=50000`.
|
||||
|
|
@ -92,4 +93,4 @@ class CmdInventory(MuxCommand):
|
|||
string = "|wYou are carrying:\n%s" % table
|
||||
self.caller.msg(string)
|
||||
|
||||
```
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue