mud/src/mudlib/commands
Jared Miller aa720edae5
Add enter command for portal zone transitions
Implements portal-based zone transitions with the enter command.
Players can enter portals at their position to move to target zones
with specified coordinates. Includes departure/arrival messaging to
nearby players and automatic look output in the destination zone.
Portals are matched by partial name or exact alias match.
2026-02-11 20:58:55 -05:00
..
__init__.py Add reload command for hot-reloading TOML content 2026-02-08 14:32:51 -05:00
containers.py Add put and take-from commands for containers 2026-02-11 20:58:55 -05:00
edit.py Wire edit command to open combat TOML files 2026-02-08 12:44:56 -05:00
fly.py Migrate fly to use player.location (Zone) 2026-02-11 19:33:15 -05:00
help.py Add description field to CombatMove dataclass 2026-02-08 14:32:51 -05:00
look.py Show container state in look and inventory display 2026-02-11 20:58:55 -05:00
movement.py Migrate movement to use player.location (Zone) 2026-02-11 19:28:27 -05:00
play.py Fix IF bugs: case-insensitive story lookup, double prompt, phantom restore command 2026-02-10 14:16:19 -05:00
portals.py Add enter command for portal zone transitions 2026-02-11 20:58:55 -05:00
quit.py Add save on logout and disconnect 2026-02-07 21:42:16 -05:00
reload.py Add reload command for hot-reloading TOML content 2026-02-08 14:32:51 -05:00
rest.py Add rest command for stamina recovery 2026-02-08 22:16:47 -05:00
spawn.py Migrate look to use player.location (Zone) 2026-02-11 19:36:46 -05:00
things.py Add put and take-from commands for containers 2026-02-11 20:58:55 -05:00