mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-23 20:11:44 +01:00
Fix a few apparent TBA world consistency errors. (#65)
These are mostly cases of confusion between the "on the body" and "about the body" slots (5 and 12). But, there are also some that seem to just be misconfigured, like non-weapons being wielded, worn items being unwearable, weapons being worn instead of wielded, and items being worn instead of held. I have an independent MUD codebase that reads these files, and so this gives me an ability to somewhat orthogonally test these, and easily find this sort of issue. I did avoid all the cases where it was clear this was done intentionally, like all the cases where the second neck was used for the missing face slot (masks, etc). The ones fixed here all seem to really be (minor) bugs.
This commit is contained in:
@@ -64,7 +64,7 @@ M 0 55507 1 55535 (the giant spider)
|
||||
G 1 55509 50 -1 (Moonstone)
|
||||
G 1 55520 100 -1 (a wrinkled scroll)
|
||||
M 0 55508 10 55530 (the mage)
|
||||
E 1 55522 100 5 (a robe)
|
||||
E 1 55522 100 12 (a robe)
|
||||
D 0 55528 0 1 (The Library Moongate)
|
||||
D 0 55528 4 2 (The Library Moongate)
|
||||
M 0 55506 10 55524 (the giant rat)
|
||||
|
||||
Reference in New Issue
Block a user