Refactor 1.0 docs with new toctree structure and inheritance
This commit is contained in:
parent
62477eac50
commit
628afe9367
142 changed files with 3967 additions and 3024 deletions
|
|
@ -1128,7 +1128,7 @@ class BasicMapNode(MapNode):
|
|||
|
||||
class InterruptMapNode(MapNode):
|
||||
"""A point of interest node/room. Pathfinder will ignore but auto-stepper will
|
||||
stop here if passing through. Starting from here is fine."""
|
||||
stop here if passing through. Beginner-Tutorial from here is fine."""
|
||||
symbol = "I"
|
||||
display_symbol = "#"
|
||||
interrupt_path = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue