rom24-quickmud-python 2.9.13__tar.gz → 2.9.15__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.13 → rom24_quickmud_python-2.9.15}/CHANGELOG.md +10 -0
- {rom24_quickmud_python-2.9.13/rom24_quickmud_python.egg-info → rom24_quickmud_python-2.9.15}/PKG-INFO +1 -1
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/affects/engine.py +40 -1
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/groups/xp.py +3 -1
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/pyproject.toml +1 -1
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15/rom24_quickmud_python.egg-info}/PKG-INFO +1 -1
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/rom24_quickmud_python.egg-info/SOURCES.txt +2 -0
- rom24_quickmud_python-2.9.15/tests/integration/test_group_xp_npc_level_floor.py +165 -0
- rom24_quickmud_python-2.9.15/tests/integration/test_inv018_wear_off_message_for_raw_affect.py +132 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/LICENSE +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/MANIFEST.in +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/README.md +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/air.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/arachnos.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/area.lst +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/astral.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/canyon.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/catacomb.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/chapel.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/daycare.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/draconia.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/dream.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/drow.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/dwarven.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/dylan.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/eastern.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/galaxy.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/gnome.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/grave.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/group.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/grove.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/haon.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/help.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/hitower.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/hood.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/immort.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/limbo.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/mahntor.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/marsh.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/mega1.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/midennir.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/midgaard.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/mirror.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/mobfact.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/moria.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/newthalos.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/nirvana.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/ofcol.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/ofcol2.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/olympus.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/plains.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/proto.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/pyramid.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/quifael.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/redferne.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/rom.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/school.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/sewer.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/shire.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/smurf.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/social.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/thalos.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/tohell.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/trollden.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/valley.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/area/wyvern.are +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/air.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/arachnos.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/area.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/area_0.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/astral.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/canyon.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/catacomb.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/chapel.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/daycare.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/draconia.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/dream.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/drow.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/dwarven.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/dylan.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/eastern.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/galaxy.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/gnome.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/grave.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/group.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/grove.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/haon.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/help.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/hitower.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/hood.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/immort.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/limbo.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/mahntor.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/marsh.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/mega1.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/midennir.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/midgaard.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/mirror.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/mobfact.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/moria.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/newthalos.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/nirvana.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/ofcol.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/ofcol2.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/olympus.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/plains.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/pyramid.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/quifael.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/redferne.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/rom.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/school.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/sewer.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/shire.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/smurf.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/social.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/thalos.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/tohell.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/trollden.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/valley.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas/wyvern.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/arachnos.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/area.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/area_0.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/astral_plane.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/catacombs.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/chapel.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/day_care.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/dragon_tower.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/drow_city.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/dwarven_kingdom.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/dylan's_area.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/elemental_canyon.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/galaxy.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/gangland.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/gnome_village.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/graveyard.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/group.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/haon_dor.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/help.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/high_tower.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/holy_grove.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/in_the_air.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/limbo.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/machine_dreams.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/mahn-tor.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/marsh.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/mega_city_one.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/miden'nir.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/midgaard.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/mob_factory.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/moria.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/mud_school.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/new_ofcol.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/new_thalos.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/nirvana.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/ofcol.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/old_thalos.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/olympus.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/plains.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/pyramid.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/quifael's.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/redferne's.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/rom.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/sands_of_sorrow.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/sewers.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/shire.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/smurfville.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/social.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/thalos.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/tohell.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/troll_den.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/valhalla.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/valley_of_the_elves.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/areas_backup/wyvern's_tower.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/help.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/players/.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/players/attacker.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/players/eddol.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/players/hero.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/players/sleeper.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/players/trouble.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/shops.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/skills.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/socials.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/data/time.json +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/MPDocs/examples.doc +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/MPDocs/hacker.doc +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/MPDocs/mobprog.doc +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/MPDocs/new_readme.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/QuickMUD.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/Rom2.4.doc +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/act.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/area.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/c_module_inventory.md +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/c_python_cross_reference.md +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/c_to_python_file_coverage.md +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/class.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/command.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/contrib.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/drool.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/hacker.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/license.doc +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/license.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/memory.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/new.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/pfile.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/port.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/pr_queue.md +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/python_architecture.md +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/python_module_inventory.md +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/security.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/sites.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/skill.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/sky.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/trad.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/vnum.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/doc/~$Rom2.4.doc +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/__main__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/account/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/account/account_manager.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/account/account_service.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/admin_logging/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/admin_logging/admin.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/admin_logging/agent_trace.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/advancement.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/affects/saves.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/agent/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/agent/agent_protocol.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/agent/character_agent.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/ai/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/ai/aggressive.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/characters/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/characters/conditions.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/characters/follow.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/combat/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/combat/assist.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/combat/death.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/combat/engine.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/combat/kill_table.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/combat/messages.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/combat/safety.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/admin_commands.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/advancement.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/affects.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/alias_cmds.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/auto_settings.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/build.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/channels.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/character.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/combat.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/communication.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/compare.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/consider.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/consumption.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/decorators.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/dispatcher.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/doors.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/equipment.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/feedback.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/give.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/group_commands.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/healer.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/help.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/imc.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/imm_admin.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/imm_commands.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/imm_display.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/imm_emote.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/imm_load.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/imm_olc.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/imm_punish.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/imm_search.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/imm_server.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/imm_set.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/info.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/info_extended.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/inspection.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/inventory.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/liquids.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/magic_items.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/misc_info.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/misc_player.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/mobprog_tools.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/movement.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/murder.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/notes.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/obj_manipulation.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/player_config.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/player_info.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/position.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/remaining_rom.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/session.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/shop.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/socials.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/thief_skills.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/commands/typo_guards.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/config.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/db/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/db/init.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/db/migrate_from_files.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/db/migrations.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/db/models.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/db/seed.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/db/serializers.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/db/session.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/devtools/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/devtools/agent_demo.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/entrypoint.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/game_loop.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/game_tick_scheduler.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/groups/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/handler.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/imc/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/imc/commands.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/imc/network.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/imc/protocol.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/loaders/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/loaders/area_loader.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/loaders/base_loader.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/loaders/help_loader.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/loaders/json_area_loader.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/loaders/json_loader.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/loaders/mob_loader.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/loaders/mobprog_loader.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/loaders/obj_loader.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/loaders/reset_loader.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/loaders/room_loader.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/loaders/shop_loader.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/loaders/social_loader.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/loaders/specials_loader.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/logging.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/magic/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/magic/effects.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/math/c_compat.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/math/stat_apps.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/mob_cmds.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/mobprog.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/area.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/area_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/board.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/board_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/character.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/character_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/clans.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/classes.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/constants.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/conversion.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/help.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/help_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/json_io.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/mob.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/note.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/note_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/obj.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/object.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/object_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/player_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/races.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/room.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/room_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/shop.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/shop_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/skill.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/skill_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/social.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/social_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/titles.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/models/weapon_table.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/music/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/net/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/net/ansi.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/net/connection.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/net/protocol.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/net/session.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/net/ssh_server.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/net/telnet_server.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/network/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/network/websocket_server.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/network/websocket_session.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/network/websocket_stream.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/notes.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/olc/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/olc/editor_state.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/olc/save.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/registry.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/rom_api.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/scripts/convert_are_to_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/scripts/convert_help_are_to_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/scripts/convert_player_to_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/scripts/convert_shops_to_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/scripts/convert_skills_to_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/scripts/convert_social_are_to_json.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/scripts/load_test_data.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/security/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/security/bans.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/security/hash_utils.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/server.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/skills/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/skills/groups.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/skills/handlers.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/skills/metadata.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/skills/registry.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/skills/say_spell.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/spawning/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/spawning/mob_spawner.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/spawning/obj_spawner.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/spawning/reset_handler.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/spawning/templates.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/spec_funs.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/time.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/utils/act.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/utils/bit.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/utils/fix_sex.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/utils/olc_tables.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/utils/poses.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/utils/prefix_lookup.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/utils/prompt.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/utils/rng_mm.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/utils/string_editor.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/utils/text.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/wiznet.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/world/__init__.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/world/char_find.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/world/linking.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/world/look.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/world/movement.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/world/obj_find.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/world/time_persistence.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/world/vision.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/mud/world/world_state.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/rom24_quickmud_python.egg-info/dependency_links.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/rom24_quickmud_python.egg-info/entry_points.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/rom24_quickmud_python.egg-info/requires.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/rom24_quickmud_python.egg-info/top_level.txt +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/setup.cfg +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/setup.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/conftest.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/helpers.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/helpers_player.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/conftest.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_act_comm_gaps.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_act_enter_gaps.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_act_wiz_command_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_admin_commands.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_advancement_con_app.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_advancement_wis_app.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_alias_command_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_architectural_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_auto_flags.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_auto_sacrifice_pers.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_auto_sequences.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_ban_command_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_bit_flag_string.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_bit_flag_value.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_bit_is_stat.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_boards_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_channels.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_char_update_lethal_tick_iteration.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_character_advancement.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_character_commands.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_character_creation_runtime.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_combat_dex_app.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_combat_str_app.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_communication_enhancement.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_compare_critical_gaps.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_config_commands.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_consumables.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_container_retrieval.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_dam_message_pers.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_db2_loader_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_db_canonical_round_trip.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_death_and_corpses.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_decay_loop_inv012.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_die_follower_leader_chain.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_do_affects.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_do_consider_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_do_equipment.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_do_examine_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_do_exits_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_do_help_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_do_inventory.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_do_look_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_do_password_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_do_practice_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_do_time_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_do_weather_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_do_where_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_do_who_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_do_worth.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_door_portal_commands.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_drop_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_emote_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_environmental_effects.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_equipment_ac_calculations.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_equipment_system.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_fight_c_do_kill_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_fight_c_safe_room_damage_gate.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_flag_command_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_furniture_occupancy.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_get_room_messages.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_give_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_group_combat.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_healer_command_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_hedit_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_hpcnt_once_per_pulse.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_info_display.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_interp_dispatcher.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_interp_prefix_order.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_interp_trust.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_inv005_same_room_combat.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_inv006_fighting_pointer_coherence.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_inv008_persistence_coherence.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_inv009_registry_disconnect_cleanup.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_inv010_room_people_coherence.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_inv011_carry_weight_coherence.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_inv012_end_to_end.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_inv012_object_list_canonical.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_inv013_add_object_carrier.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_inv013_object_location_coherence.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_inv014_object_registry_membership.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_inv015_affect_tick_lifecycle.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_inv016_position_transition_broadcast.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_invisibility_combat.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_json_loader_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_lookup_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_message_delivery_no_duplicate.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mob_ai.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mob_cmds_assist.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mob_cmds_call.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mob_cmds_cast.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mob_cmds_damage.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mob_cmds_flee.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mob_cmds_junk.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mob_cmds_kill.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mob_cmds_oload.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mob_cmds_purge.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mob_cmds_transfer.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mobprog_edge_cases.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mobprog_greet_trigger.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mobprog_predicates.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mobprog_program_flow.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mobprog_scenarios.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_money_objects.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mpedit_001_interpret_mpedit.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mpedit_002_do_mpedit.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_mpedit_003_mprog_code_model.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_music_load_songs.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_music_play.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_nanny_login_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_nanny_saveload_runtime_path.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_new_player_workflow.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_numbered_get_syntax.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_001_run_olc_editor.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_007_redit_list_show.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_008_oedit_missing_cmds.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_009_medit_missing_cmds.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_010_015_do_olc_router.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_011_aedit_flag_toggle.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_012_014_editor_fallback.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_act_001_aedit_create.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_act_002_redit_create.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_act_003_redit_reset.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_act_004_redit_vnum_teleport.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_act_005_oedit_create.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_act_006_medit_create.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_act_007_aedit_show_flags.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_act_008_redit_show_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_act_009_oedit_show_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_act_010_medit_show_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_act_011_name_messages.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_act_012_aedit_reset.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_act_013_get_area_for_vnum_order.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_act_014_area_changed_protocol.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_alist.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_builders.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_commands_listing.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_descriptor_state.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_display_resets.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_do_resets_subcommands.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_save_001_mob_defensive_flags.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_save_002_mob_form_parts_size_material.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_save_003_mob_mprogs.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_save_004_mob_shops.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_save_005_mob_spec_fun.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_save_006_object_level.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_save_007_object_affects.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_save_008_object_extra_descr.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_save_009_area_helps_round_trip.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_save_010_asave_area_dispatch.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_save_011_autosave_entry.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_save_012_npc_security_gate.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_save_013_area_list_social_prepend.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_olc_save_014_017_message_strings.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_pc_death_keeps_connection.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_pc_death_no_message_replay.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_pilot_integration.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_pit_timer_handling.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_player_config.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_player_npc_interaction.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_position_commands.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_prompt_cmd_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_prompt_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_put_pit_timer.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_put_room_messages.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_put_weight_mult.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_recall_train_commands.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_remove_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_room_light_tracking.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_room_retrieval.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_room_safety_features.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_runtime_bugs_2026_04_30.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_sacrifice_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_say_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_scan_broadcasts.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_shout_yell_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_skills_integration.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_skills_integration_combat_specials.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_socials.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_spell_affects_persistence.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_spell_casting.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_steal_command.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_string_editor_append.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_string_editor_edit.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_string_editor_first_arg.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_string_editor_format_string.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_string_editor_lineadd.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_string_editor_linedel.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_string_editor_merc_getline.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_string_editor_numlines.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_string_editor_proper.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_string_editor_replace.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_string_editor_string_add.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_string_editor_unpad.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_tables_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_tell_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_update_c_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_weapon_proc_pers.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/integration/test_weather_time.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_account_auth.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_act_comm_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_act_enter_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_act_info_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_act_obj_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_act_wiz_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_advancement.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_affects.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_agent_interface.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_alias_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_ansi.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_are_conversion.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_area_counts.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_area_exits.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_area_loader.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_area_specials.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_bans.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_boards.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_builder_hedit.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_builder_stat_commands.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_building.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_char_update_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_combat.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_combat_assist.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_combat_damage_types.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_combat_death.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_combat_defenses_prob.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_combat_messages.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_combat_position_damage.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_combat_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_combat_skills.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_combat_state.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_combat_surrender.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_combat_thac0.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_combat_thac0_engine.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_command_abbrev.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_command_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_commands.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_communication.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_connection_motd.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_convert_are_to_json_cli.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_critical_function_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_damage_reduction.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_damage_reduction_integration.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_db_resets_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_db_seed.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_defense_flags.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_encumbrance.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_enter_portal.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_fighting_state.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_fix_sex.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_game_loop.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_game_loop_order.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_game_loop_wait_daze.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_golden_reference.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_handler_affects_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_hash_utils.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_healer.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_healer_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_healer_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_help_conversion.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_help_system.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_imc.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_json_io.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_json_model_instantiation.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_json_room_fields.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_load_midgaard.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_logging_admin.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_logging_rotation.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_mob_act_flags.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_mob_damage_modifiers.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_mobprog.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_mobprog_commands.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_mobprog_helpers.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_mobprog_triggers.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_movement.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_movement_charm.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_movement_costs.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_movement_doors.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_movement_followers.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_movement_mobprog.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_movement_npc.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_movement_portals.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_movement_privacy.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_movement_visibility.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_music.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_nanny_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_networking_telnet.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_obj_loader.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_obj_update_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_olc_aedit.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_olc_medit.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_olc_oedit.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_olc_save.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_passive_skills_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_player_affect_flags.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_player_auto_settings.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_player_combat_attributes.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_player_conditions.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_player_creation.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_player_equipment.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_player_flags.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_player_info_commands.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_player_mechanics.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_player_prompt.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_player_resistance_flags.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_player_skills_spells.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_player_stats.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_player_title_description.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_player_wimpy.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_practice.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_prompt_clamps_hp.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_reset_levels.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_resets.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_rng_and_ccompat.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_rng_determinism.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_rng_dice.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_rom_api.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_runtime_models.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_saves_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_say_spell.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_scan_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_schema_validation.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_scripted_session.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_shop_conversion.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_shops.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skill_combat_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skill_conversion.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skill_envenom_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skill_haggle_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skill_hide_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skill_peek_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skill_pick_lock_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skill_recall_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skill_registry.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skill_steal_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skills.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skills_buffs.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skills_combat.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skills_conjuration.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skills_damage.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skills_debuffs.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skills_detection.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skills_healing.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skills_identify.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skills_learned.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skills_mass.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skills_misc.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skills_spells_cast_listing.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_skills_transport.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_social_conversion.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_social_placeholders.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spawning.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spec_fun_behaviors.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spec_funs.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spec_funs_extra.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_specials_loader_ext.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_area_effects_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_breath_weapons_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_buff_debuff_additional_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_buff_debuff_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_cancellation_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_charm_control_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_creation_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_critical_gameplay_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_damage_additional_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_detection_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_enchantment_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_farsight_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_final_nine_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_harm_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_healing_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_heat_metal_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_high_priority_missing_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_information_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_mass_healing_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_priority_high_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_shocking_grasp_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spell_travel_portal_rom_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spells_basic.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_spells_damage.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_state_transitions.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_telnet_server.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_thief_skills_dispatcher_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_time_daynight.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_time_persistence.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_utility_spells_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_weapon_damage.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_weapon_special_attacks.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_weapon_table_parity.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_websocket_server.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/tests/test_wiznet.py +0 -0
- {rom24_quickmud_python-2.9.13 → rom24_quickmud_python-2.9.15}/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.15]
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- **`group_gain` over-counted level-1 NPC contributions to `total_levels`** (`mud/groups/xp.py:104-105`): ROM `src/fight.c:1751` accumulates `group_levels += IS_NPC(gch) ? gch->level / 2 : gch->level;` — raw C integer division, so a level-1 NPC group member (e.g. a charmed pet) contributes 0, not 1. Python had `total_levels += max(1, level // 2)`, flooring NPC contributions at 1. Symptom: a level-10 PC grouped with a level-1 charmed pet killed a victim and received ~10% less XP than ROM would award, because the share-formula denominator (`max(1, total_levels - 1)`, `mud/groups/xp.py:253-254`) was inflated by 1. Fix: drop the `max(1, ...)` floor. Two enforcement tests in `tests/integration/test_group_xp_npc_level_floor.py`: (1) level-1 NPC pet contributes 0; (2) level-3 NPC pet contributes 1 (sanity check that the original behavior at level ≥ 2 is preserved).
|
|
14
|
+
|
|
15
|
+
## [2.9.14]
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
- **INV-018 WEAR-OFF-MESSAGE-FOR-RAW-AFFECT — raw `AffectData` expiries silent in Python** (`mud/affects/engine.py:tick_spell_effects`, new helper `_lookup_raw_affect_wear_off`): ROM `src/update.c:777-781` emits `skill_table[paf->type].msg_off` to the character whenever any positive-typed affect's duration reaches 0 — keyed off the spell SN against the skill_table, not off the `AFFECT_DATA` struct itself. Python's `tick_spell_effects` only emitted a wear-off message when the expiring affect's name appeared in the `spell_effects` dict (the `apply_spell_effect` shadow-mirror path). Raw `AffectData` entries — written straight to `character.affected` via `affect_to_char` without a parallel `apply_spell_effect` call — wore off silently. The production trigger is plague spread at `mud/game_loop.py:614-624`, which builds an `AffectData(type="plague", …)` from constants and calls `vch.affect_to_char(new_af)`; the victim's plague tick then expires silently instead of emitting the skill_table msg_off line (`"Your sores vanish."` per `data/skills.json`). Same applies to any future call path that bypasses `apply_spell_effect`. Fix mirrors the precedent at `mud/game_loop.py:1121-1131 _broadcast_object_wear_off` (object affects use the same hybrid pattern): prefer an explicit `wear_off_message` attribute on the affect, then fall back to `skill_registry.get(affect.type).messages["wear_off"]`. Two enforcement tests in `tests/integration/test_inv018_wear_off_message_for_raw_affect.py`: (1) dynamic `wear_off_message` attribute on the affect must surface; (2) absent that attribute, the registry fallback must fire with the ROM-canonical msg_off string from `data/skills.json`. Tracker now at 18 of ~20 budget; INV-001 … INV-018 all ✅ ENFORCED.
|
|
19
|
+
|
|
10
20
|
## [2.9.13]
|
|
11
21
|
|
|
12
22
|
### Added
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rom24-quickmud-python
|
|
3
|
-
Version: 2.9.
|
|
3
|
+
Version: 2.9.15
|
|
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>
|
|
@@ -2,6 +2,7 @@ from __future__ import annotations
|
|
|
2
2
|
|
|
3
3
|
from mud.handler import affect_remove
|
|
4
4
|
from mud.models.character import Character
|
|
5
|
+
from mud.skills.registry import skill_registry
|
|
5
6
|
from mud.utils import rng_mm
|
|
6
7
|
|
|
7
8
|
ROM_NEWLINE = "\n\r"
|
|
@@ -9,6 +10,35 @@ ROM_NEWLINE = "\n\r"
|
|
|
9
10
|
__all__ = ["tick_spell_effects"]
|
|
10
11
|
|
|
11
12
|
|
|
13
|
+
def _lookup_raw_affect_wear_off(affect) -> str | None:
|
|
14
|
+
"""Mirror ROM ``src/update.c:777-781`` — emit ``skill_table[paf->type].msg_off``
|
|
15
|
+
on raw AffectData expiry.
|
|
16
|
+
|
|
17
|
+
Prefer an explicit ``wear_off_message`` attribute on the affect itself
|
|
18
|
+
(matches the precedent at ``mud/game_loop.py:1121-1131`` for object
|
|
19
|
+
affects), then fall back to ``skill_registry`` keyed by ``affect.type``
|
|
20
|
+
(the spell SN / name). Returns ``None`` if no message can be resolved —
|
|
21
|
+
a silent expiry is then identical to ROM's behavior when the skill has
|
|
22
|
+
no ``msg_off`` defined.
|
|
23
|
+
"""
|
|
24
|
+
explicit = getattr(affect, "wear_off_message", None)
|
|
25
|
+
if isinstance(explicit, str) and explicit:
|
|
26
|
+
return explicit
|
|
27
|
+
|
|
28
|
+
spell_name = getattr(affect, "type", None)
|
|
29
|
+
if not isinstance(spell_name, str) or not spell_name:
|
|
30
|
+
return None
|
|
31
|
+
try:
|
|
32
|
+
skill = skill_registry.get(spell_name)
|
|
33
|
+
except KeyError:
|
|
34
|
+
return None
|
|
35
|
+
messages = getattr(skill, "messages", None) or {}
|
|
36
|
+
candidate = messages.get("wear_off")
|
|
37
|
+
if isinstance(candidate, str) and candidate:
|
|
38
|
+
return candidate
|
|
39
|
+
return None
|
|
40
|
+
|
|
41
|
+
|
|
12
42
|
def tick_spell_effects(character: Character) -> list[str]:
|
|
13
43
|
"""Reduce active spell durations and collect wear-off messages."""
|
|
14
44
|
|
|
@@ -67,11 +97,20 @@ def tick_spell_effects(character: Character) -> list[str]:
|
|
|
67
97
|
else:
|
|
68
98
|
affect_remove(character, affect)
|
|
69
99
|
|
|
70
|
-
if
|
|
100
|
+
if spell_effects_managed:
|
|
71
101
|
touched_names.add(spell_name)
|
|
72
102
|
wear_off = getattr(effects[spell_name], "wear_off_message", None)
|
|
73
103
|
if should_emit and wear_off:
|
|
74
104
|
messages.append(f"{wear_off}{ROM_NEWLINE}")
|
|
105
|
+
else:
|
|
106
|
+
# ROM src/update.c:777-781 — emit skill_table[paf->type].msg_off
|
|
107
|
+
# for any raw AffectData expiry (e.g. plague-by-spread from
|
|
108
|
+
# mud/game_loop.py:614-624, food-borne poison transfers).
|
|
109
|
+
# INV-018 enforcement point.
|
|
110
|
+
if should_emit:
|
|
111
|
+
raw_wear_off = _lookup_raw_affect_wear_off(affect)
|
|
112
|
+
if raw_wear_off:
|
|
113
|
+
messages.append(f"{raw_wear_off}{ROM_NEWLINE}")
|
|
75
114
|
|
|
76
115
|
for spell_name in touched_names:
|
|
77
116
|
remaining = [
|
|
@@ -102,7 +102,9 @@ def group_gain(ch: Character, victim: Character) -> None:
|
|
|
102
102
|
if level <= 0:
|
|
103
103
|
continue
|
|
104
104
|
if getattr(gch, "is_npc", False):
|
|
105
|
-
|
|
105
|
+
# mirroring ROM src/fight.c:1751 — `gch->level / 2` is raw C
|
|
106
|
+
# integer division, so a level-1 NPC contributes 0, not 1.
|
|
107
|
+
total_levels += level // 2
|
|
106
108
|
else:
|
|
107
109
|
total_levels += level
|
|
108
110
|
|
|
@@ -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.15"
|
|
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.15
|
|
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>
|
|
@@ -692,6 +692,7 @@ tests/integration/test_furniture_occupancy.py
|
|
|
692
692
|
tests/integration/test_get_room_messages.py
|
|
693
693
|
tests/integration/test_give_command.py
|
|
694
694
|
tests/integration/test_group_combat.py
|
|
695
|
+
tests/integration/test_group_xp_npc_level_floor.py
|
|
695
696
|
tests/integration/test_healer_command_parity.py
|
|
696
697
|
tests/integration/test_hedit_parity.py
|
|
697
698
|
tests/integration/test_hpcnt_once_per_pulse.py
|
|
@@ -712,6 +713,7 @@ tests/integration/test_inv013_object_location_coherence.py
|
|
|
712
713
|
tests/integration/test_inv014_object_registry_membership.py
|
|
713
714
|
tests/integration/test_inv015_affect_tick_lifecycle.py
|
|
714
715
|
tests/integration/test_inv016_position_transition_broadcast.py
|
|
716
|
+
tests/integration/test_inv018_wear_off_message_for_raw_affect.py
|
|
715
717
|
tests/integration/test_invisibility_combat.py
|
|
716
718
|
tests/integration/test_json_loader_parity.py
|
|
717
719
|
tests/integration/test_lookup_parity.py
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
"""`group_gain` must not floor NPC level contributions at 1.
|
|
2
|
+
|
|
3
|
+
ROM ``src/fight.c:1751`` accumulates ``group_levels``:
|
|
4
|
+
|
|
5
|
+
group_levels += IS_NPC (gch) ? gch->level / 2 : gch->level;
|
|
6
|
+
|
|
7
|
+
For a level-1 NPC group member (e.g. a charmed pet, an NPC follower the
|
|
8
|
+
player has grouped with), ROM contributes ``1 / 2 == 0`` to the denominator.
|
|
9
|
+
Python's ``mud/groups/xp.py:104-105`` was:
|
|
10
|
+
|
|
11
|
+
if getattr(gch, "is_npc", False):
|
|
12
|
+
total_levels += max(1, level // 2)
|
|
13
|
+
|
|
14
|
+
The ``max(1, ...)`` floor inflates the denominator by 1 at NPC level 1,
|
|
15
|
+
making the PC's share-formula divisor larger than ROM's and reducing the
|
|
16
|
+
XP awarded to the PC. Symptom: a level-10 PC grouped with a level-1
|
|
17
|
+
charmed pet kills a victim and receives ~10% less XP than ROM would
|
|
18
|
+
award.
|
|
19
|
+
|
|
20
|
+
This test pins the ROM-faithful arithmetic by exercising ``xp_compute``
|
|
21
|
+
through ``group_gain`` end-to-end, asserting the awarded XP matches the
|
|
22
|
+
ROM denominator (``max(1, total_levels - 1)`` where ``total_levels``
|
|
23
|
+
omits the level-1 NPC's contribution).
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
from __future__ import annotations
|
|
27
|
+
|
|
28
|
+
import pytest
|
|
29
|
+
|
|
30
|
+
from mud.groups.xp import group_gain, xp_compute
|
|
31
|
+
from mud.models.character import Character, character_registry
|
|
32
|
+
from mud.models.constants import Position
|
|
33
|
+
from mud.models.room import Room
|
|
34
|
+
from mud.registry import room_registry
|
|
35
|
+
from mud.utils import rng_mm
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
@pytest.fixture(autouse=True)
|
|
39
|
+
def _cleanup():
|
|
40
|
+
snapshot = list(character_registry)
|
|
41
|
+
character_registry.clear()
|
|
42
|
+
yield
|
|
43
|
+
character_registry.clear()
|
|
44
|
+
character_registry.extend(snapshot)
|
|
45
|
+
room_registry.pop(9200, None)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
def _make_room() -> Room:
|
|
49
|
+
room = Room(vnum=9200, name="Group XP", description="", room_flags=0, sector_type=0)
|
|
50
|
+
room.people = []
|
|
51
|
+
room.contents = []
|
|
52
|
+
room_registry[9200] = room
|
|
53
|
+
return room
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
def _make_pc(room: Room, level: int) -> Character:
|
|
57
|
+
pc = Character(
|
|
58
|
+
name="Leader",
|
|
59
|
+
level=level,
|
|
60
|
+
room=room,
|
|
61
|
+
is_npc=False,
|
|
62
|
+
hit=100,
|
|
63
|
+
max_hit=100,
|
|
64
|
+
mana=100,
|
|
65
|
+
max_mana=100,
|
|
66
|
+
move=100,
|
|
67
|
+
max_move=100,
|
|
68
|
+
position=int(Position.STANDING),
|
|
69
|
+
exp=0,
|
|
70
|
+
alignment=0,
|
|
71
|
+
)
|
|
72
|
+
pc.leader = pc # own group leader
|
|
73
|
+
pc.played = 0
|
|
74
|
+
pc.logon = 0
|
|
75
|
+
pc.messages = []
|
|
76
|
+
room.people.append(pc)
|
|
77
|
+
character_registry.append(pc)
|
|
78
|
+
return pc
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
def _make_npc_pet(room: Room, level: int, master: Character) -> Character:
|
|
82
|
+
pet = Character(
|
|
83
|
+
name="Pet",
|
|
84
|
+
short_descr="a pet",
|
|
85
|
+
level=level,
|
|
86
|
+
room=room,
|
|
87
|
+
is_npc=True,
|
|
88
|
+
hit=20,
|
|
89
|
+
max_hit=20,
|
|
90
|
+
position=int(Position.STANDING),
|
|
91
|
+
alignment=0,
|
|
92
|
+
)
|
|
93
|
+
pet.master = master
|
|
94
|
+
pet.leader = master
|
|
95
|
+
room.people.append(pet)
|
|
96
|
+
character_registry.append(pet)
|
|
97
|
+
return pet
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
def _make_victim(room: Room, level: int) -> Character:
|
|
101
|
+
victim = Character(
|
|
102
|
+
name="Victim",
|
|
103
|
+
short_descr="a victim",
|
|
104
|
+
level=level,
|
|
105
|
+
room=room,
|
|
106
|
+
is_npc=True,
|
|
107
|
+
hit=0,
|
|
108
|
+
max_hit=20,
|
|
109
|
+
position=int(Position.DEAD),
|
|
110
|
+
alignment=0,
|
|
111
|
+
)
|
|
112
|
+
room.people.append(victim)
|
|
113
|
+
character_registry.append(victim)
|
|
114
|
+
return victim
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
def test_npc_level_one_contributes_zero_to_group_levels():
|
|
118
|
+
"""Level-1 NPC pet must contribute 0 (ROM `gch->level / 2 == 0`),
|
|
119
|
+
not 1 (Python's pre-fix `max(1, level // 2)`)."""
|
|
120
|
+
room = _make_room()
|
|
121
|
+
pc = _make_pc(room, level=10)
|
|
122
|
+
pet = _make_npc_pet(room, level=1, master=pc)
|
|
123
|
+
victim = _make_victim(room, level=10)
|
|
124
|
+
|
|
125
|
+
# Expected: xp_compute called with total_levels = 10 (PC only).
|
|
126
|
+
# Python pre-fix: xp_compute called with total_levels = 11.
|
|
127
|
+
# We probe via the shared xp_compute formula at the share-divide step.
|
|
128
|
+
rng_mm.seed_mm(99)
|
|
129
|
+
rom_xp = xp_compute(pc, victim, total_levels=10)
|
|
130
|
+
rng_mm.seed_mm(99)
|
|
131
|
+
bug_xp = xp_compute(pc, victim, total_levels=11)
|
|
132
|
+
assert rom_xp != bug_xp, "test sanity: the two denominators must yield different XP"
|
|
133
|
+
|
|
134
|
+
# group_gain must use ROM's denominator.
|
|
135
|
+
rng_mm.seed_mm(99)
|
|
136
|
+
baseline_exp = 100_000 # well above exp_per_level floor
|
|
137
|
+
pc.exp = baseline_exp
|
|
138
|
+
pc.alignment = 0 # reset (xp_compute may mutate via alignment-change)
|
|
139
|
+
group_gain(pc, victim)
|
|
140
|
+
awarded = pc.exp - baseline_exp
|
|
141
|
+
assert awarded == rom_xp, (
|
|
142
|
+
f"group_gain awarded {awarded} but ROM would award {rom_xp} "
|
|
143
|
+
f"(Python pre-fix would award {bug_xp} via inflated denominator)"
|
|
144
|
+
)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
def test_npc_level_three_contributes_one_unchanged():
|
|
148
|
+
"""Sanity: at NPC level 3, ROM (`3 / 2 == 1`) and Python (`max(1, 3 // 2) == 1`)
|
|
149
|
+
agree. This test must keep passing after the floor is removed."""
|
|
150
|
+
room = _make_room()
|
|
151
|
+
pc = _make_pc(room, level=10)
|
|
152
|
+
pet = _make_npc_pet(room, level=3, master=pc)
|
|
153
|
+
victim = _make_victim(room, level=10)
|
|
154
|
+
|
|
155
|
+
# Expected: total_levels = 10 (PC) + 1 (level-3 NPC halved) = 11.
|
|
156
|
+
rng_mm.seed_mm(99)
|
|
157
|
+
expected = xp_compute(pc, victim, total_levels=11)
|
|
158
|
+
|
|
159
|
+
rng_mm.seed_mm(99)
|
|
160
|
+
baseline_exp = 100_000
|
|
161
|
+
pc.exp = baseline_exp
|
|
162
|
+
pc.alignment = 0
|
|
163
|
+
group_gain(pc, victim)
|
|
164
|
+
awarded = pc.exp - baseline_exp
|
|
165
|
+
assert awarded == expected
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
"""Raw AffectData entries (no spell_effects shadow) must emit msg_off on expiry.
|
|
2
|
+
|
|
3
|
+
ROM ``src/update.c:777-781`` emits ``skill_table[paf->type].msg_off`` to the
|
|
4
|
+
character when a positive-typed affect expires — regardless of which apply
|
|
5
|
+
path created the affect. Every AFF_ entry in ``ch->affected`` gets the
|
|
6
|
+
wear-off line based on its skill SN, including ones landed via:
|
|
7
|
+
|
|
8
|
+
- ``affect_to_char`` from plague spread
|
|
9
|
+
(``src/update.c:828-840`` → ``mud/game_loop.py:614-624`` — bare
|
|
10
|
+
``AffectData`` built from constants, no ``apply_spell_effect`` shadow);
|
|
11
|
+
- ``spell_poison`` poisoning food/drink that transfers to ch;
|
|
12
|
+
- any future call path that bypasses ``apply_spell_effect``.
|
|
13
|
+
|
|
14
|
+
Python's ``mud/affects/engine.py:tick_spell_effects`` only yields a wear-off
|
|
15
|
+
message when the expiring affect's name appears in the ``spell_effects``
|
|
16
|
+
dict (line 70: ``isinstance(spell_name, str) and spell_name in effects``).
|
|
17
|
+
Raw AffectData entries — written directly to ``character.affected`` without
|
|
18
|
+
a parallel ``apply_spell_effect`` call — wear off silently.
|
|
19
|
+
|
|
20
|
+
ROM keys the message off ``skill_table[paf->type].msg_off`` (a per-skill
|
|
21
|
+
lookup), not off the affect struct. Python's faithful equivalent is the
|
|
22
|
+
``skill_registry`` ``messages["wear_off"]`` field, mirroring the precedent
|
|
23
|
+
at ``mud/game_loop.py:1121-1131`` (``_broadcast_object_wear_off``) which
|
|
24
|
+
already does this hybrid lookup for object affects: prefer the affect's
|
|
25
|
+
own attribute, fall back to the skill registry by spell name.
|
|
26
|
+
|
|
27
|
+
Two tests pin the two paths:
|
|
28
|
+
|
|
29
|
+
1. Dynamic ``wear_off_message`` attribute set on the affect must surface.
|
|
30
|
+
2. Skill-registry fallback fires when the affect has no dynamic attribute
|
|
31
|
+
set (the actual production trigger from plague-spread).
|
|
32
|
+
"""
|
|
33
|
+
|
|
34
|
+
from __future__ import annotations
|
|
35
|
+
|
|
36
|
+
from pathlib import Path
|
|
37
|
+
|
|
38
|
+
import pytest
|
|
39
|
+
|
|
40
|
+
from mud.affects.engine import tick_spell_effects
|
|
41
|
+
from mud.models.character import AffectData, Character, character_registry
|
|
42
|
+
from mud.models.constants import AffectFlag
|
|
43
|
+
from mud.skills.registry import skill_registry
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
@pytest.fixture(autouse=True)
|
|
47
|
+
def _isolated_registry():
|
|
48
|
+
snapshot = list(character_registry)
|
|
49
|
+
character_registry.clear()
|
|
50
|
+
yield
|
|
51
|
+
character_registry.clear()
|
|
52
|
+
character_registry.extend(snapshot)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
@pytest.fixture
|
|
56
|
+
def loaded_skills():
|
|
57
|
+
"""Load data/skills.json into the global skill_registry for the test."""
|
|
58
|
+
skills_path = Path(__file__).resolve().parents[2] / "data" / "skills.json"
|
|
59
|
+
skill_registry.load(skills_path)
|
|
60
|
+
return skill_registry
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
def _make_plague_affect(duration: int) -> AffectData:
|
|
64
|
+
return AffectData(
|
|
65
|
+
type="plague",
|
|
66
|
+
level=20,
|
|
67
|
+
duration=duration,
|
|
68
|
+
location=0,
|
|
69
|
+
modifier=0,
|
|
70
|
+
bitvector=int(AffectFlag.PLAGUE),
|
|
71
|
+
)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
def _tick_until_expiry(ch: Character) -> list[str]:
|
|
75
|
+
"""Tick spell effects until expiry message lands (or 5 ticks max)."""
|
|
76
|
+
collected: list[str] = []
|
|
77
|
+
for _ in range(5):
|
|
78
|
+
msgs = tick_spell_effects(ch)
|
|
79
|
+
collected.extend(msgs)
|
|
80
|
+
if msgs:
|
|
81
|
+
return collected
|
|
82
|
+
# affect duration was decremented; the next tick is the expiry pass
|
|
83
|
+
return collected
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
def test_raw_affect_emits_dynamic_wear_off_message_on_expiry():
|
|
87
|
+
"""If the AffectData carries its own wear_off_message attribute, the
|
|
88
|
+
tick must surface it on expiry — mirrors the object-affect precedent
|
|
89
|
+
at game_loop.py:1121-1131."""
|
|
90
|
+
ch = Character(name="Victim", is_npc=False)
|
|
91
|
+
ch.messages = []
|
|
92
|
+
character_registry.append(ch)
|
|
93
|
+
|
|
94
|
+
affect = _make_plague_affect(duration=1)
|
|
95
|
+
sentinel = "SENTINEL_DYNAMIC_PREFERRED_OVER_REGISTRY"
|
|
96
|
+
affect.wear_off_message = sentinel
|
|
97
|
+
ch.affected = [affect]
|
|
98
|
+
ch.affected_by = int(AffectFlag.PLAGUE)
|
|
99
|
+
|
|
100
|
+
msgs = _tick_until_expiry(ch)
|
|
101
|
+
|
|
102
|
+
assert any(sentinel in m for m in msgs), (
|
|
103
|
+
f"raw AffectData with dynamic wear_off_message must surface it on "
|
|
104
|
+
f"expiry; got {msgs!r}"
|
|
105
|
+
)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
def test_raw_affect_falls_back_to_skill_registry_wear_off(loaded_skills):
|
|
109
|
+
"""The production trigger: plague-spread creates an AffectData with no
|
|
110
|
+
wear_off_message attribute. ROM looks up skill_table[paf->type].msg_off
|
|
111
|
+
directly; Python must fall back to skill_registry by spell name."""
|
|
112
|
+
plague_skill = loaded_skills.get("plague")
|
|
113
|
+
rom_wear_off = (plague_skill.messages or {}).get("wear_off")
|
|
114
|
+
assert rom_wear_off, "test setup requires skills.json to define plague.messages.wear_off"
|
|
115
|
+
|
|
116
|
+
ch = Character(name="Victim", is_npc=False)
|
|
117
|
+
ch.messages = []
|
|
118
|
+
character_registry.append(ch)
|
|
119
|
+
|
|
120
|
+
affect = _make_plague_affect(duration=1)
|
|
121
|
+
# NOTE: deliberately NO wear_off_message attribute set — mirrors the
|
|
122
|
+
# plague-spread path at mud/game_loop.py:614-624 which never sets one.
|
|
123
|
+
ch.affected = [affect]
|
|
124
|
+
ch.affected_by = int(AffectFlag.PLAGUE)
|
|
125
|
+
|
|
126
|
+
msgs = _tick_until_expiry(ch)
|
|
127
|
+
|
|
128
|
+
assert any(rom_wear_off in m for m in msgs), (
|
|
129
|
+
f"raw AffectData with no dynamic wear_off_message must fall back "
|
|
130
|
+
f"to skill_registry messages['wear_off'] for type {affect.type!r}; "
|
|
131
|
+
f"expected substring {rom_wear_off!r}, got {msgs!r}"
|
|
132
|
+
)
|
|
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
|