mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-23 03:51:52 +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:
@@ -20,11 +20,11 @@ M 0 4303 1 4332 (the royal penguin)
|
||||
E 1 4301 1 6 (a crown of ice)
|
||||
E 1 4301 10 17 (a crown of ice)
|
||||
M 0 4304 2 4332 (the royal penguins guard)
|
||||
E 1 4304 2 16 (a black penguin claw)
|
||||
G 1 4304 2 -1 (a black penguin claw)
|
||||
O 0 4306 1 4332 (a chest)
|
||||
P 1 4307 1 4306 (a pair of melting boots)
|
||||
M 0 4304 2 4332 (the royal penguins guard)
|
||||
E 1 4304 2 16 (a black penguin claw)
|
||||
G 1 4304 2 -1 (a black penguin claw)
|
||||
O 0 4321 1 4393 (a HUGE pile of money)
|
||||
D 0 4393 3 2 (Treasure Room)
|
||||
O 0 4323 10 4393 (a hunting tunic for the king)
|
||||
|
||||
Reference in New Issue
Block a user