more context (trunk only)
- reading spellbooks - taking off
This commit is contained in:
+4
-2
@@ -235,10 +235,12 @@ boolean ghostly, frozen;
|
||||
if (otmp->bypass) otmp->bypass = 0;
|
||||
if (!ghostly) {
|
||||
/* fix the pointers */
|
||||
if (context.victual.o_id == otmp->o_id)
|
||||
if (otmp->o_id == context.victual.o_id)
|
||||
context.victual.piece = otmp;
|
||||
if (context.tin.o_id == otmp->o_id)
|
||||
if (otmp->o_id == context.tin.o_id)
|
||||
context.tin.tin = otmp;
|
||||
if (otmp->o_id == context.spbook.o_id)
|
||||
context.spbook.book = otmp;
|
||||
}
|
||||
otmp2 = otmp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user