rom24-quickmud-python 2.9.17__tar.gz → 2.9.19__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/CHANGELOG.md +10 -0
- {rom24_quickmud_python-2.9.17/rom24_quickmud_python.egg-info → rom24_quickmud_python-2.9.19}/PKG-INFO +1 -1
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/group_commands.py +39 -1
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/shop.py +11 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/pyproject.toml +1 -1
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19/rom24_quickmud_python.egg-info}/PKG-INFO +1 -1
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/rom24_quickmud_python.egg-info/SOURCES.txt +2 -0
- rom24_quickmud_python-2.9.19/tests/integration/test_do_follow_master_notification.py +102 -0
- rom24_quickmud_python-2.9.19/tests/integration/test_shop_room_broadcasts.py +120 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/LICENSE +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/MANIFEST.in +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/README.md +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/air.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/arachnos.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/area.lst +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/astral.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/canyon.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/catacomb.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/chapel.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/daycare.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/draconia.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/dream.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/drow.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/dwarven.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/dylan.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/eastern.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/galaxy.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/gnome.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/grave.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/group.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/grove.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/haon.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/help.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/hitower.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/hood.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/immort.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/limbo.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/mahntor.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/marsh.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/mega1.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/midennir.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/midgaard.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/mirror.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/mobfact.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/moria.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/newthalos.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/nirvana.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/ofcol.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/ofcol2.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/olympus.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/plains.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/proto.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/pyramid.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/quifael.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/redferne.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/rom.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/school.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/sewer.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/shire.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/smurf.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/social.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/thalos.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/tohell.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/trollden.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/valley.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/area/wyvern.are +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/air.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/arachnos.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/area.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/area_0.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/astral.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/canyon.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/catacomb.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/chapel.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/daycare.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/draconia.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/dream.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/drow.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/dwarven.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/dylan.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/eastern.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/galaxy.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/gnome.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/grave.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/group.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/grove.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/haon.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/help.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/hitower.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/hood.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/immort.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/limbo.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/mahntor.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/marsh.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/mega1.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/midennir.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/midgaard.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/mirror.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/mobfact.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/moria.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/newthalos.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/nirvana.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/ofcol.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/ofcol2.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/olympus.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/plains.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/pyramid.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/quifael.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/redferne.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/rom.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/school.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/sewer.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/shire.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/smurf.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/social.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/thalos.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/tohell.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/trollden.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/valley.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas/wyvern.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/arachnos.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/area.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/area_0.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/astral_plane.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/catacombs.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/chapel.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/day_care.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/dragon_tower.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/drow_city.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/dwarven_kingdom.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/dylan's_area.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/elemental_canyon.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/galaxy.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/gangland.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/gnome_village.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/graveyard.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/group.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/haon_dor.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/help.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/high_tower.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/holy_grove.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/in_the_air.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/limbo.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/machine_dreams.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/mahn-tor.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/marsh.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/mega_city_one.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/miden'nir.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/midgaard.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/mob_factory.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/moria.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/mud_school.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/new_ofcol.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/new_thalos.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/nirvana.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/ofcol.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/old_thalos.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/olympus.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/plains.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/pyramid.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/quifael's.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/redferne's.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/rom.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/sands_of_sorrow.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/sewers.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/shire.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/smurfville.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/social.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/thalos.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/tohell.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/troll_den.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/valhalla.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/valley_of_the_elves.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/areas_backup/wyvern's_tower.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/help.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/players/.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/players/attacker.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/players/eddol.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/players/hero.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/players/sleeper.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/players/trouble.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/shops.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/skills.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/socials.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/data/time.json +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/MPDocs/examples.doc +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/MPDocs/hacker.doc +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/MPDocs/mobprog.doc +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/MPDocs/new_readme.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/QuickMUD.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/Rom2.4.doc +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/act.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/area.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/c_module_inventory.md +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/c_python_cross_reference.md +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/c_to_python_file_coverage.md +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/class.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/command.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/contrib.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/drool.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/hacker.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/license.doc +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/license.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/memory.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/new.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/pfile.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/port.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/pr_queue.md +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/python_architecture.md +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/python_module_inventory.md +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/security.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/sites.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/skill.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/sky.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/trad.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/vnum.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/doc/~$Rom2.4.doc +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/__main__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/account/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/account/account_manager.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/account/account_service.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/admin_logging/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/admin_logging/admin.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/admin_logging/agent_trace.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/advancement.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/affects/engine.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/affects/saves.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/agent/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/agent/agent_protocol.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/agent/character_agent.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/ai/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/ai/aggressive.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/characters/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/characters/conditions.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/characters/follow.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/combat/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/combat/assist.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/combat/death.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/combat/engine.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/combat/kill_table.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/combat/messages.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/combat/safety.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/admin_commands.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/advancement.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/affects.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/alias_cmds.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/auto_settings.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/build.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/channels.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/character.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/combat.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/communication.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/compare.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/consider.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/consumption.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/decorators.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/dispatcher.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/doors.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/equipment.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/feedback.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/give.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/healer.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/help.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/imc.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/imm_admin.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/imm_commands.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/imm_display.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/imm_emote.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/imm_load.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/imm_olc.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/imm_punish.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/imm_search.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/imm_server.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/imm_set.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/info.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/info_extended.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/inspection.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/inventory.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/liquids.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/magic_items.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/misc_info.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/misc_player.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/mobprog_tools.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/movement.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/murder.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/notes.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/obj_manipulation.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/player_config.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/player_info.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/position.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/remaining_rom.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/session.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/socials.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/thief_skills.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/typo_guards.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/config.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/db/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/db/init.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/db/migrate_from_files.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/db/migrations.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/db/models.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/db/seed.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/db/serializers.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/db/session.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/devtools/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/devtools/agent_demo.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/entrypoint.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/game_loop.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/game_tick_scheduler.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/groups/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/groups/xp.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/handler.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/imc/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/imc/commands.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/imc/network.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/imc/protocol.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/loaders/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/loaders/area_loader.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/loaders/base_loader.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/loaders/help_loader.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/loaders/json_area_loader.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/loaders/json_loader.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/loaders/mob_loader.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/loaders/mobprog_loader.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/loaders/obj_loader.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/loaders/reset_loader.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/loaders/room_loader.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/loaders/shop_loader.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/loaders/social_loader.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/loaders/specials_loader.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/logging.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/magic/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/magic/effects.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/math/c_compat.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/math/stat_apps.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/mob_cmds.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/mobprog.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/area.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/area_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/board.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/board_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/character.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/character_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/clans.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/classes.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/constants.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/conversion.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/help.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/help_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/json_io.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/mob.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/note.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/note_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/obj.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/object.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/object_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/player_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/races.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/room.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/room_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/shop.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/shop_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/skill.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/skill_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/social.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/social_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/titles.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/models/weapon_table.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/music/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/net/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/net/ansi.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/net/connection.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/net/protocol.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/net/session.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/net/ssh_server.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/net/telnet_server.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/network/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/network/websocket_server.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/network/websocket_session.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/network/websocket_stream.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/notes.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/olc/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/olc/editor_state.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/olc/save.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/registry.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/rom_api.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/scripts/convert_are_to_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/scripts/convert_help_are_to_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/scripts/convert_player_to_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/scripts/convert_shops_to_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/scripts/convert_skills_to_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/scripts/convert_social_are_to_json.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/scripts/load_test_data.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/security/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/security/bans.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/security/hash_utils.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/server.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/skills/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/skills/groups.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/skills/handlers.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/skills/metadata.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/skills/registry.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/skills/say_spell.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/spawning/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/spawning/mob_spawner.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/spawning/obj_spawner.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/spawning/reset_handler.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/spawning/templates.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/spec_funs.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/time.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/utils/act.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/utils/bit.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/utils/fix_sex.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/utils/olc_tables.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/utils/poses.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/utils/prefix_lookup.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/utils/prompt.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/utils/rng_mm.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/utils/string_editor.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/utils/text.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/wiznet.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/world/__init__.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/world/char_find.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/world/linking.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/world/look.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/world/movement.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/world/obj_find.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/world/time_persistence.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/world/vision.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/world/world_state.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/rom24_quickmud_python.egg-info/dependency_links.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/rom24_quickmud_python.egg-info/entry_points.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/rom24_quickmud_python.egg-info/requires.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/rom24_quickmud_python.egg-info/top_level.txt +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/setup.cfg +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/setup.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/conftest.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/helpers.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/helpers_player.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/conftest.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_act_comm_gaps.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_act_enter_gaps.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_act_wiz_command_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_admin_commands.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_advancement_con_app.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_advancement_wis_app.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_alias_command_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_architectural_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_auto_flags.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_auto_sacrifice_pers.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_auto_sequences.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_ban_command_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_bit_flag_string.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_bit_flag_value.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_bit_is_stat.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_boards_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_channels.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_char_update_lethal_tick_iteration.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_character_advancement.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_character_commands.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_character_creation_runtime.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_combat_dex_app.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_combat_str_app.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_communication_enhancement.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_compare_critical_gaps.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_config_commands.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_consumables.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_container_retrieval.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_dam_message_pers.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_db2_loader_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_db_canonical_round_trip.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_death_and_corpses.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_decay_loop_inv012.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_die_follower_leader_chain.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_do_affects.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_do_consider_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_do_equipment.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_do_examine_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_do_exits_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_do_help_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_do_inventory.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_do_look_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_do_password_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_do_practice_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_do_time_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_do_weather_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_do_where_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_do_who_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_do_worth.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_door_portal_commands.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_drop_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_emote_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_environmental_effects.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_equipment_ac_calculations.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_equipment_system.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_fight_c_do_kill_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_fight_c_safe_room_damage_gate.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_flag_command_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_furniture_occupancy.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_get_room_messages.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_give_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_group_combat.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_group_xp_npc_level_floor.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_healer_command_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_hedit_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_hpcnt_once_per_pulse.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_info_display.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_interp_dispatcher.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_interp_prefix_order.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_interp_trust.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_inv005_same_room_combat.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_inv006_fighting_pointer_coherence.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_inv008_persistence_coherence.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_inv009_registry_disconnect_cleanup.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_inv010_room_people_coherence.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_inv011_carry_weight_coherence.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_inv012_end_to_end.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_inv012_object_list_canonical.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_inv013_add_object_carrier.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_inv013_object_location_coherence.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_inv014_object_registry_membership.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_inv015_affect_tick_lifecycle.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_inv016_position_transition_broadcast.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_inv018_wear_off_message_for_raw_affect.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_inv019_position_promotion_on_heal.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_invisibility_combat.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_json_loader_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_lookup_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_message_delivery_no_duplicate.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mob_ai.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mob_cmds_assist.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mob_cmds_call.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mob_cmds_cast.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mob_cmds_damage.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mob_cmds_flee.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mob_cmds_junk.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mob_cmds_kill.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mob_cmds_oload.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mob_cmds_purge.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mob_cmds_transfer.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mobprog_edge_cases.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mobprog_greet_trigger.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mobprog_predicates.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mobprog_program_flow.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mobprog_scenarios.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_money_objects.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mpedit_001_interpret_mpedit.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mpedit_002_do_mpedit.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_mpedit_003_mprog_code_model.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_music_load_songs.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_music_play.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_nanny_login_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_nanny_saveload_runtime_path.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_new_player_workflow.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_npc_speaker_does_not_trigger_speech.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_numbered_get_syntax.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_001_run_olc_editor.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_007_redit_list_show.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_008_oedit_missing_cmds.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_009_medit_missing_cmds.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_010_015_do_olc_router.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_011_aedit_flag_toggle.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_012_014_editor_fallback.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_act_001_aedit_create.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_act_002_redit_create.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_act_003_redit_reset.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_act_004_redit_vnum_teleport.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_act_005_oedit_create.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_act_006_medit_create.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_act_007_aedit_show_flags.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_act_008_redit_show_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_act_009_oedit_show_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_act_010_medit_show_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_act_011_name_messages.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_act_012_aedit_reset.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_act_013_get_area_for_vnum_order.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_act_014_area_changed_protocol.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_alist.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_builders.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_commands_listing.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_descriptor_state.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_display_resets.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_do_resets_subcommands.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_save_001_mob_defensive_flags.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_save_002_mob_form_parts_size_material.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_save_003_mob_mprogs.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_save_004_mob_shops.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_save_005_mob_spec_fun.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_save_006_object_level.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_save_007_object_affects.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_save_008_object_extra_descr.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_save_009_area_helps_round_trip.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_save_010_asave_area_dispatch.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_save_011_autosave_entry.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_save_012_npc_security_gate.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_save_013_area_list_social_prepend.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_olc_save_014_017_message_strings.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_pc_death_keeps_connection.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_pc_death_no_message_replay.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_pilot_integration.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_pit_timer_handling.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_player_config.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_player_npc_interaction.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_position_commands.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_prompt_cmd_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_prompt_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_put_pit_timer.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_put_room_messages.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_put_weight_mult.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_recall_train_commands.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_remove_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_room_light_tracking.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_room_retrieval.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_room_safety_features.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_runtime_bugs_2026_04_30.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_sacrifice_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_say_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_scan_broadcasts.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_shout_yell_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_skills_integration.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_skills_integration_combat_specials.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_socials.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_spell_affects_persistence.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_spell_casting.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_steal_command.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_string_editor_append.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_string_editor_edit.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_string_editor_first_arg.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_string_editor_format_string.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_string_editor_lineadd.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_string_editor_linedel.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_string_editor_merc_getline.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_string_editor_numlines.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_string_editor_proper.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_string_editor_replace.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_string_editor_string_add.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_string_editor_unpad.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_tables_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_tell_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_update_c_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_weapon_proc_pers.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/integration/test_weather_time.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_account_auth.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_act_comm_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_act_enter_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_act_info_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_act_obj_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_act_wiz_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_advancement.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_affects.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_agent_interface.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_alias_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_ansi.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_are_conversion.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_area_counts.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_area_exits.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_area_loader.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_area_specials.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_bans.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_boards.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_builder_hedit.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_builder_stat_commands.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_building.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_char_update_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_combat.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_combat_assist.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_combat_damage_types.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_combat_death.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_combat_defenses_prob.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_combat_messages.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_combat_position_damage.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_combat_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_combat_skills.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_combat_state.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_combat_surrender.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_combat_thac0.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_combat_thac0_engine.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_command_abbrev.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_command_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_commands.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_communication.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_connection_motd.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_convert_are_to_json_cli.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_critical_function_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_damage_reduction.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_damage_reduction_integration.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_db_resets_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_db_seed.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_defense_flags.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_encumbrance.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_enter_portal.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_fighting_state.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_fix_sex.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_game_loop.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_game_loop_order.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_game_loop_wait_daze.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_golden_reference.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_handler_affects_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_hash_utils.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_healer.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_healer_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_healer_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_help_conversion.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_help_system.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_imc.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_json_io.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_json_model_instantiation.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_json_room_fields.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_load_midgaard.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_logging_admin.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_logging_rotation.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_mob_act_flags.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_mob_damage_modifiers.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_mobprog.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_mobprog_commands.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_mobprog_helpers.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_mobprog_triggers.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_movement.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_movement_charm.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_movement_costs.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_movement_doors.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_movement_followers.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_movement_mobprog.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_movement_npc.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_movement_portals.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_movement_privacy.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_movement_visibility.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_music.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_nanny_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_networking_telnet.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_obj_loader.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_obj_update_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_olc_aedit.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_olc_medit.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_olc_oedit.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_olc_save.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_passive_skills_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_player_affect_flags.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_player_auto_settings.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_player_combat_attributes.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_player_conditions.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_player_creation.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_player_equipment.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_player_flags.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_player_info_commands.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_player_mechanics.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_player_prompt.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_player_resistance_flags.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_player_skills_spells.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_player_stats.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_player_title_description.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_player_wimpy.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_practice.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_prompt_clamps_hp.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_reset_levels.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_resets.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_rng_and_ccompat.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_rng_determinism.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_rng_dice.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_rom_api.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_runtime_models.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_saves_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_say_spell.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_scan_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_schema_validation.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_scripted_session.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_shop_conversion.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_shops.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skill_combat_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skill_conversion.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skill_envenom_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skill_haggle_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skill_hide_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skill_peek_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skill_pick_lock_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skill_recall_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skill_registry.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skill_steal_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skills.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skills_buffs.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skills_combat.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skills_conjuration.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skills_damage.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skills_debuffs.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skills_detection.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skills_healing.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skills_identify.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skills_learned.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skills_mass.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skills_misc.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skills_spells_cast_listing.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_skills_transport.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_social_conversion.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_social_placeholders.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spawning.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spec_fun_behaviors.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spec_funs.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spec_funs_extra.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_specials_loader_ext.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_area_effects_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_breath_weapons_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_buff_debuff_additional_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_buff_debuff_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_cancellation_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_charm_control_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_creation_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_critical_gameplay_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_damage_additional_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_detection_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_enchantment_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_farsight_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_final_nine_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_harm_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_healing_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_heat_metal_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_high_priority_missing_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_information_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_mass_healing_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_priority_high_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_shocking_grasp_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spell_travel_portal_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spells_basic.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_spells_damage.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_state_transitions.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_telnet_server.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_thief_skills_dispatcher_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_time_daynight.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_time_persistence.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_utility_spells_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_weapon_damage.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_weapon_special_attacks.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_weapon_table_parity.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_websocket_server.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_wiznet.py +0 -0
- {rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/tests/test_world.py +0 -0
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.9.19]
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- **`do_follow` missing master/follower notification broadcasts** (`mud/commands/group_commands.py:add_follower / stop_follower`): ROM `src/act_comm.c:1602-1605 add_follower` emits `$n now follows you.` to the master (gated on `can_see`) and `You now follow $N.` to the follower; `src/act_comm.c:1626-1630 stop_follower` emits the symmetric `$n stops following you.` / `You stop following $N.` (gated on `can_see && in_room != NULL`). Python's `add_follower` / `stop_follower` in `mud/commands/group_commands.py` — the variants the command dispatcher actually uses (`mud/commands/dispatcher.py:114,320`) — were silent on both sides, so masters never learned when someone began or stopped following them. (A second canonical copy in `mud/characters/follow.py` already had the broadcasts, but it's not the one wired to `do_follow`.) Fix: add ROM-shaped messages to both `add_follower` and `stop_follower` in `group_commands.py`, gated by `can_see_character` to match ROM's `can_see (master, ch)` conjunction. One enforcement test in `tests/integration/test_do_follow_master_notification.py` covering both sides of the follow handshake. Duplicate-implementations sweep (consolidating onto the canonical `mud/characters/follow.py`) deferred — out of scope for this single-gap fix.
|
|
14
|
+
|
|
15
|
+
## [2.9.18]
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
- **`do_buy` missing `$n buys $p.` TO_ROOM broadcast** (`mud/commands/shop.py:836-846`): ROM `src/act_obj.c:2734-2745 do_buy` emits `$n buys $p[N].` (multi) or `$n buys $p.` (single) to the room before deducting cost, so onlookers see the purchase. Python's `do_buy` had zero room broadcasts — the buyer received their TO_CHAR confirmation but no witness in the room saw the transaction. ROM-divergent. (Sibling `do_sell` at `mud/commands/shop.py:938-942` already had the matching `$n sells $p.` broadcast.) Fix: emit the broadcast via `room.broadcast(..., exclude=char)` before `deduct_cost`, mirroring ROM ordering and `do_sell`'s established pattern. Two enforcement tests in `tests/integration/test_shop_room_broadcasts.py`: (1) witness in same room sees `$n buys $p.` after buy, buyer excluded; (2) regression-pin for the pre-existing `do_sell` broadcast so it can't silently regress.
|
|
19
|
+
|
|
10
20
|
## [2.9.17]
|
|
11
21
|
|
|
12
22
|
### Fixed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rom24-quickmud-python
|
|
3
|
-
Version: 2.9.
|
|
3
|
+
Version: 2.9.19
|
|
4
4
|
Summary: A modern Python port of the ROM 2.4b6 MUD engine with full telnet server and JSON world loading
|
|
5
5
|
Author-email: Mark Jedrzejczyk <mark.jedrzejczyk@gmail.com>
|
|
6
6
|
Maintainer-email: Mark Jedrzejczyk <mark.jedrzejczyk@gmail.com>
|
{rom24_quickmud_python-2.9.17 → rom24_quickmud_python-2.9.19}/mud/commands/group_commands.py
RENAMED
|
@@ -11,11 +11,23 @@ from mud.models.constants import AffectFlag, PlayerFlag, Position
|
|
|
11
11
|
from mud.world.char_find import get_char_room
|
|
12
12
|
|
|
13
13
|
|
|
14
|
+
def _display_name(character: Character | None) -> str:
|
|
15
|
+
if character is None:
|
|
16
|
+
return "Someone"
|
|
17
|
+
name = getattr(character, "name", None)
|
|
18
|
+
if isinstance(name, str) and name:
|
|
19
|
+
return name
|
|
20
|
+
short_descr = getattr(character, "short_descr", None)
|
|
21
|
+
if isinstance(short_descr, str) and short_descr:
|
|
22
|
+
return short_descr
|
|
23
|
+
return "Someone"
|
|
24
|
+
|
|
25
|
+
|
|
14
26
|
def add_follower(char: Character, master: Character) -> None:
|
|
15
27
|
"""
|
|
16
28
|
Add char as a follower of master.
|
|
17
29
|
|
|
18
|
-
ROM Reference: src/act_comm.c add_follower (lines
|
|
30
|
+
ROM Reference: src/act_comm.c add_follower (lines 1591-1607)
|
|
19
31
|
"""
|
|
20
32
|
if char.master is not None:
|
|
21
33
|
return # Already following someone
|
|
@@ -28,6 +40,19 @@ def add_follower(char: Character, master: Character) -> None:
|
|
|
28
40
|
if char not in master.followers:
|
|
29
41
|
master.followers.append(char)
|
|
30
42
|
|
|
43
|
+
# ROM lines 1602-1605: act("$n now follows you.", ch, NULL, master, TO_VICT)
|
|
44
|
+
# gated on can_see(master, ch); act("You now follow $N.", ch, NULL, master, TO_CHAR).
|
|
45
|
+
from mud.world.vision import can_see_character
|
|
46
|
+
|
|
47
|
+
if can_see_character(master, char):
|
|
48
|
+
master_messages = getattr(master, "messages", None)
|
|
49
|
+
if isinstance(master_messages, list):
|
|
50
|
+
master_messages.append(f"{_display_name(char)} now follows you.")
|
|
51
|
+
|
|
52
|
+
char_messages = getattr(char, "messages", None)
|
|
53
|
+
if isinstance(char_messages, list):
|
|
54
|
+
char_messages.append(f"You now follow {_display_name(master)}.")
|
|
55
|
+
|
|
31
56
|
|
|
32
57
|
def stop_follower(char: Character) -> None:
|
|
33
58
|
"""
|
|
@@ -48,6 +73,19 @@ def stop_follower(char: Character) -> None:
|
|
|
48
73
|
if hasattr(master, "followers") and char in master.followers:
|
|
49
74
|
master.followers.remove(char)
|
|
50
75
|
|
|
76
|
+
# ROM lines 1626-1630: act("$n stops following you.", ch, NULL, ch->master, TO_VICT);
|
|
77
|
+
# act("You stop following $N.", ch, NULL, ch->master, TO_CHAR); gated on
|
|
78
|
+
# can_see(ch->master, ch) && ch->in_room != NULL.
|
|
79
|
+
from mud.world.vision import can_see_character
|
|
80
|
+
|
|
81
|
+
if can_see_character(master, char) and getattr(char, "room", None) is not None:
|
|
82
|
+
master_messages = getattr(master, "messages", None)
|
|
83
|
+
if isinstance(master_messages, list):
|
|
84
|
+
master_messages.append(f"{_display_name(char)} stops following you.")
|
|
85
|
+
char_messages = getattr(char, "messages", None)
|
|
86
|
+
if isinstance(char_messages, list):
|
|
87
|
+
char_messages.append(f"You stop following {_display_name(master)}.")
|
|
88
|
+
|
|
51
89
|
char.master = None
|
|
52
90
|
char.leader = None
|
|
53
91
|
|
|
@@ -833,6 +833,17 @@ def do_buy(char: Character, args: str) -> str:
|
|
|
833
833
|
char.messages.append("You haggle with the shopkeeper.")
|
|
834
834
|
check_improve(char, "haggle", True, 4)
|
|
835
835
|
|
|
836
|
+
# ROM src/act_obj.c:2734-2745 — broadcast `$n buys $p[N].` or `$n buys $p.`
|
|
837
|
+
# to the room before deducting cost so onlookers see the transaction.
|
|
838
|
+
room = getattr(char, "room", None)
|
|
839
|
+
if room is not None:
|
|
840
|
+
buyer_name = char.short_descr or char.name or "Someone"
|
|
841
|
+
item_name = selected_obj.short_descr or selected_obj.name or "something"
|
|
842
|
+
if quantity > 1:
|
|
843
|
+
room.broadcast(f"{buyer_name} buys {item_name}[{quantity}].", exclude=char)
|
|
844
|
+
else:
|
|
845
|
+
room.broadcast(f"{buyer_name} buys {item_name}.", exclude=char)
|
|
846
|
+
|
|
836
847
|
deduct_cost(char, total_cost)
|
|
837
848
|
_set_keeper_total_wealth(keeper, _keeper_total_wealth(keeper) + total_cost)
|
|
838
849
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "rom24-quickmud-python"
|
|
7
|
-
version = "2.9.
|
|
7
|
+
version = "2.9.19"
|
|
8
8
|
description = "A modern Python port of the ROM 2.4b6 MUD engine with full telnet server and JSON world loading"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rom24-quickmud-python
|
|
3
|
-
Version: 2.9.
|
|
3
|
+
Version: 2.9.19
|
|
4
4
|
Summary: A modern Python port of the ROM 2.4b6 MUD engine with full telnet server and JSON world loading
|
|
5
5
|
Author-email: Mark Jedrzejczyk <mark.jedrzejczyk@gmail.com>
|
|
6
6
|
Maintainer-email: Mark Jedrzejczyk <mark.jedrzejczyk@gmail.com>
|
|
@@ -669,6 +669,7 @@ tests/integration/test_do_consider_command.py
|
|
|
669
669
|
tests/integration/test_do_equipment.py
|
|
670
670
|
tests/integration/test_do_examine_command.py
|
|
671
671
|
tests/integration/test_do_exits_command.py
|
|
672
|
+
tests/integration/test_do_follow_master_notification.py
|
|
672
673
|
tests/integration/test_do_help_command.py
|
|
673
674
|
tests/integration/test_do_inventory.py
|
|
674
675
|
tests/integration/test_do_look_command.py
|
|
@@ -808,6 +809,7 @@ tests/integration/test_runtime_bugs_2026_04_30.py
|
|
|
808
809
|
tests/integration/test_sacrifice_command.py
|
|
809
810
|
tests/integration/test_say_parity.py
|
|
810
811
|
tests/integration/test_scan_broadcasts.py
|
|
812
|
+
tests/integration/test_shop_room_broadcasts.py
|
|
811
813
|
tests/integration/test_shout_yell_parity.py
|
|
812
814
|
tests/integration/test_skills_integration.py
|
|
813
815
|
tests/integration/test_skills_integration_combat_specials.py
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
"""Probe: do_follow must notify the master and the follower per ROM.
|
|
2
|
+
|
|
3
|
+
ROM ``src/act_comm.c:1591-1607 add_follower``:
|
|
4
|
+
|
|
5
|
+
void add_follower (CHAR_DATA * ch, CHAR_DATA * master)
|
|
6
|
+
{
|
|
7
|
+
...
|
|
8
|
+
if (can_see (master, ch))
|
|
9
|
+
act ("$n now follows you.", ch, NULL, master, TO_VICT);
|
|
10
|
+
act ("You now follow $N.", ch, NULL, master, TO_CHAR);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
The TO_VICT broadcast is load-bearing: without it, the master never
|
|
14
|
+
learns someone began following them — they cannot decide whether to
|
|
15
|
+
allow it, nofollow, or order their new tag-along.
|
|
16
|
+
|
|
17
|
+
Python has two parallel ``add_follower`` implementations:
|
|
18
|
+
|
|
19
|
+
- ``mud/characters/follow.py:add_follower`` (emits both messages,
|
|
20
|
+
matches ROM).
|
|
21
|
+
- ``mud/commands/group_commands.py:add_follower`` (silent, no
|
|
22
|
+
messages).
|
|
23
|
+
|
|
24
|
+
The command dispatcher registers
|
|
25
|
+
``mud/commands/group_commands.py:do_follow`` (`mud/commands/dispatcher.py:114, 320`),
|
|
26
|
+
which calls the silent variant. So players' ``follow X`` does NOT
|
|
27
|
+
notify X. ROM-divergent at the load-bearing command entry point.
|
|
28
|
+
"""
|
|
29
|
+
|
|
30
|
+
from __future__ import annotations
|
|
31
|
+
|
|
32
|
+
from mud.commands.dispatcher import process_command
|
|
33
|
+
from mud.models.character import Character, character_registry
|
|
34
|
+
from mud.models.constants import Position
|
|
35
|
+
from mud.models.room import Room
|
|
36
|
+
from mud.registry import room_registry
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def _make_room(vnum: int = 9410) -> Room:
|
|
40
|
+
room = Room(vnum=vnum, name="Follow Room", description="", room_flags=0, sector_type=0)
|
|
41
|
+
room.people = []
|
|
42
|
+
room.contents = []
|
|
43
|
+
room_registry[vnum] = room
|
|
44
|
+
return room
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
def test_do_follow_notifies_master():
|
|
48
|
+
"""ROM src/act_comm.c:1603 — master sees `$n now follows you.`."""
|
|
49
|
+
snapshot = list(character_registry)
|
|
50
|
+
character_registry.clear()
|
|
51
|
+
try:
|
|
52
|
+
room = _make_room()
|
|
53
|
+
|
|
54
|
+
follower = Character(
|
|
55
|
+
name="follower",
|
|
56
|
+
is_npc=False,
|
|
57
|
+
level=10,
|
|
58
|
+
room=room,
|
|
59
|
+
position=int(Position.STANDING),
|
|
60
|
+
)
|
|
61
|
+
follower.messages = []
|
|
62
|
+
room.people.append(follower)
|
|
63
|
+
character_registry.append(follower)
|
|
64
|
+
|
|
65
|
+
master = Character(
|
|
66
|
+
name="master",
|
|
67
|
+
is_npc=False,
|
|
68
|
+
level=10,
|
|
69
|
+
room=room,
|
|
70
|
+
position=int(Position.STANDING),
|
|
71
|
+
)
|
|
72
|
+
master.messages = []
|
|
73
|
+
room.people.append(master)
|
|
74
|
+
character_registry.append(master)
|
|
75
|
+
|
|
76
|
+
process_command(follower, "follow master")
|
|
77
|
+
|
|
78
|
+
# ROM: master sees "follower now follows you."
|
|
79
|
+
joined_master = "\n".join(master.messages).lower()
|
|
80
|
+
assert (
|
|
81
|
+
"follower" in joined_master and "now follows you" in joined_master
|
|
82
|
+
), (
|
|
83
|
+
f"master must receive `$n now follows you.` broadcast "
|
|
84
|
+
f"(ROM src/act_comm.c:1603); master.messages = {master.messages!r}"
|
|
85
|
+
)
|
|
86
|
+
|
|
87
|
+
# ROM: follower sees "You now follow master."
|
|
88
|
+
joined_follower = "\n".join(follower.messages).lower()
|
|
89
|
+
assert (
|
|
90
|
+
"now follow" in joined_follower and "master" in joined_follower
|
|
91
|
+
), (
|
|
92
|
+
f"follower must receive `You now follow $N.` "
|
|
93
|
+
f"(ROM src/act_comm.c:1605); follower.messages = {follower.messages!r}"
|
|
94
|
+
)
|
|
95
|
+
|
|
96
|
+
# State assertions: master/leader fields per ROM lines 1599-1600.
|
|
97
|
+
assert follower.master is master
|
|
98
|
+
assert follower.leader is None
|
|
99
|
+
finally:
|
|
100
|
+
character_registry.clear()
|
|
101
|
+
character_registry.extend(snapshot)
|
|
102
|
+
room_registry.pop(9410, None)
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
"""Probe: shop do_buy / do_sell must emit TO_ROOM broadcasts.
|
|
2
|
+
|
|
3
|
+
ROM ``src/act_obj.c``:
|
|
4
|
+
|
|
5
|
+
- do_buy (line 2734-2745): emits ``$n buys $p[N].`` (multi) or
|
|
6
|
+
``$n buys $p.`` (single) to the room before deducting cost.
|
|
7
|
+
- do_sell (line 2923): emits ``$n sells $p.`` to the room before
|
|
8
|
+
haggle/cost-transfer.
|
|
9
|
+
|
|
10
|
+
Python ``mud/commands/shop.py`` has zero ``broadcast_room`` calls — the
|
|
11
|
+
buyer/seller gets a TO_CHAR string but no witness in the room sees the
|
|
12
|
+
transaction. ROM-divergent: in the original engine, every onlooker sees
|
|
13
|
+
shop activity.
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
from __future__ import annotations
|
|
17
|
+
|
|
18
|
+
from mud.commands.dispatcher import process_command
|
|
19
|
+
from mud.models.character import character_registry
|
|
20
|
+
from mud.registry import shop_registry
|
|
21
|
+
from mud.spawning.mob_spawner import spawn_mob
|
|
22
|
+
from mud.spawning.obj_spawner import spawn_object
|
|
23
|
+
from mud.time import time_info
|
|
24
|
+
from mud.world import create_test_character, initialize_world
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
def _grocer_in_room(char):
|
|
28
|
+
return next(
|
|
29
|
+
(
|
|
30
|
+
p
|
|
31
|
+
for p in char.room.people
|
|
32
|
+
if getattr(p, "prototype", None) and p.prototype.vnum in shop_registry
|
|
33
|
+
),
|
|
34
|
+
None,
|
|
35
|
+
)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
def _ensure_lantern(keeper):
|
|
39
|
+
if not any(
|
|
40
|
+
(obj.short_descr or "").lower().startswith("a hooded brass lantern")
|
|
41
|
+
for obj in keeper.inventory
|
|
42
|
+
):
|
|
43
|
+
lantern = spawn_object(3031)
|
|
44
|
+
assert lantern is not None
|
|
45
|
+
lantern.prototype.short_descr = "a hooded brass lantern"
|
|
46
|
+
keeper.inventory.append(lantern)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
def test_do_buy_broadcasts_to_room():
|
|
50
|
+
"""ROM src/act_obj.c:2742 — `act("$n buys $p.", ch, obj, NULL, TO_ROOM)`."""
|
|
51
|
+
initialize_world("area/area.lst")
|
|
52
|
+
char = create_test_character("Buyer", 3010)
|
|
53
|
+
char.level = 20
|
|
54
|
+
char.gold = 100
|
|
55
|
+
keeper = _grocer_in_room(char) or spawn_mob(3002)
|
|
56
|
+
assert keeper is not None
|
|
57
|
+
if keeper not in char.room.people:
|
|
58
|
+
keeper.move_to_room(char.room)
|
|
59
|
+
|
|
60
|
+
witness = create_test_character("Witness", 3010)
|
|
61
|
+
witness.messages = []
|
|
62
|
+
|
|
63
|
+
previous_hour = time_info.hour
|
|
64
|
+
try:
|
|
65
|
+
time_info.hour = 10
|
|
66
|
+
_ensure_lantern(keeper)
|
|
67
|
+
process_command(char, "buy lantern")
|
|
68
|
+
finally:
|
|
69
|
+
time_info.hour = previous_hour
|
|
70
|
+
|
|
71
|
+
joined = "\n".join(witness.messages)
|
|
72
|
+
assert "buys" in joined.lower() and "lantern" in joined.lower(), (
|
|
73
|
+
f"witness must see `$n buys $p.` broadcast (ROM src/act_obj.c:2742); "
|
|
74
|
+
f"witness.messages = {witness.messages!r}"
|
|
75
|
+
)
|
|
76
|
+
# Buyer should be excluded from the room broadcast.
|
|
77
|
+
assert not any("buys" in m.lower() for m in getattr(char, "messages", []) or []), (
|
|
78
|
+
"buyer should not receive the TO_ROOM `$n buys $p.` broadcast"
|
|
79
|
+
)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
def test_do_sell_broadcasts_to_room():
|
|
83
|
+
"""ROM src/act_obj.c:2923 — `act("$n sells $p.", ch, obj, NULL, TO_ROOM)`."""
|
|
84
|
+
initialize_world("area/area.lst")
|
|
85
|
+
char = create_test_character("Seller", 3010)
|
|
86
|
+
char.level = 20
|
|
87
|
+
char.gold = 100
|
|
88
|
+
keeper = _grocer_in_room(char) or spawn_mob(3002)
|
|
89
|
+
assert keeper is not None
|
|
90
|
+
if keeper not in char.room.people:
|
|
91
|
+
keeper.move_to_room(char.room)
|
|
92
|
+
|
|
93
|
+
# Buy a lantern so the seller has something the keeper will buy back.
|
|
94
|
+
previous_hour = time_info.hour
|
|
95
|
+
try:
|
|
96
|
+
time_info.hour = 10
|
|
97
|
+
_ensure_lantern(keeper)
|
|
98
|
+
process_command(char, "buy lantern")
|
|
99
|
+
finally:
|
|
100
|
+
time_info.hour = previous_hour
|
|
101
|
+
|
|
102
|
+
witness = create_test_character("Witness", 3010)
|
|
103
|
+
witness.messages = []
|
|
104
|
+
if hasattr(char, "messages"):
|
|
105
|
+
char.messages.clear()
|
|
106
|
+
|
|
107
|
+
try:
|
|
108
|
+
time_info.hour = 10
|
|
109
|
+
process_command(char, "sell lantern")
|
|
110
|
+
finally:
|
|
111
|
+
time_info.hour = previous_hour
|
|
112
|
+
|
|
113
|
+
joined = "\n".join(witness.messages)
|
|
114
|
+
assert "sells" in joined.lower() and "lantern" in joined.lower(), (
|
|
115
|
+
f"witness must see `$n sells $p.` broadcast (ROM src/act_obj.c:2923); "
|
|
116
|
+
f"witness.messages = {witness.messages!r}"
|
|
117
|
+
)
|
|
118
|
+
assert not any("sells" in m.lower() for m in getattr(char, "messages", []) or []), (
|
|
119
|
+
"seller should not receive the TO_ROOM `$n sells $p.` broadcast"
|
|
120
|
+
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|