loadstone bit

If your inventory is full and you aren't already carrying a loadstone,
you can pick one up into the overflow slot.  But if you are already
carrying one and the one you're trying to pick up won't merge with it
(only criterium that matters would be BUC state, I think), you can't
pick it up and get a message saying so.  If loadstone isn't known
yet, the message always referred to it as "gray stone" rather than
"stone called <whatever-you-called-it>".
This commit is contained in:
PatR
2024-01-22 13:25:32 -08:00
parent 7c1512fa99
commit fabc9033aa
2 changed files with 8 additions and 2 deletions
+3
View File
@@ -1352,6 +1352,9 @@ some uses of mons[obj->corpsenm] weren't excluding obj->corpsenm==NON_PM (-1)
if a covetous monster tried to teleport next to the hero but the level was
completely full, it would be booted off the level (set to migrate
back if the hero left and returned) instead of just staying put
if loadstone was unIDed but had been assigned a type name and you failed to
pick one up, the message referred to it as "gray stone" rather than
"stone called <assigned name>"
Fixes to 3.7.0-x General Problems Exposed Via git Repository