syntax53 / MMUD-Explorer

MMUD Explorer is a database viewer for the game MajorMUD(r)
http://www.mudinfo.net/viewforum.php?f=8
8 stars 7 forks source link

Quarterstaff filters out as available mage weapon #1

Closed ghost closed 8 years ago

ghost commented 8 years ago

Version 1.70

To replicate:

Apply a Global Filter for a Level 7 Mage, Alignment Good

Expected behavior:

quarterstaff (#100) will appear as an available weapon under "Weapons"

Actual behavior:

quarterstaff is filtered out. Will reappear if global filter removed.

syntax53 commented 8 years ago

Verified that MajorMUD hardcodes items #s 68 (dagger) and # 100 (quarterstaff) as usable by "Limited" weapon classes. So not really a bug. Will add similar hard codes to MME next release.

syntax53 commented 8 years ago

fixed for next release