sync changes since last snapshot
This commit is contained in:
@@ -1817,7 +1817,7 @@ dodip()
|
||||
/* with multiple merged potions, split off one and
|
||||
just clear it */
|
||||
if (potion->quan > 1L) {
|
||||
singlepotion = splitobj(potion, potion->quan - 1L);
|
||||
singlepotion = splitobj(potion, 1L);
|
||||
} else singlepotion = potion;
|
||||
|
||||
if(singlepotion->unpaid && costly_spot(u.ux, u.uy)) {
|
||||
|
||||
Reference in New Issue
Block a user