do not mark multiple luckstones as the prize in mines-end

if one of the random objects happened to be a luckstone then
it and the explicit one got marked as a prize.

Following this change, only one will be marked as the prize,
but a follow-up on the order of things in mines.des may be
warranted to ensure it is the explicitly placed luckstone.
This commit is contained in:
nhmall
2019-05-25 11:58:32 -04:00
parent c5d6ac5561
commit 8a5ffa4085
2 changed files with 9 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ xans fly, but could not reach your feet if you flew
adjust vortex database entry to be consistent with fire and energy vortices
when co-located with a boulder you could sometimes swap places with pets of
any size
on rare occasions, multiple mines-end luckstones were being marked as the
prize and triggering an impossible() on a public server
Fixes to Post-3.6.2 Problems that Were Exposed Via git Repository