Remove weird auto-replace strings here and there

This commit is contained in:
Griatch 2023-11-30 12:29:01 +01:00
parent 23038be08f
commit 26ff5d4206
8 changed files with 12 additions and 13 deletions

View file

@ -1163,7 +1163,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. Beginner-Tutorial from here is fine."""
stop here if passing through. Starting from here is fine."""
symbol = "I"
display_symbol = "#"