ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/player.C
(Generate patch)

Comparing deliantra/server/server/player.C (file contents):
Revision 1.157 by root, Wed Aug 1 16:09:44 2007 UTC vs.
Revision 1.158 by root, Mon Aug 13 15:46:45 2007 UTC

1188 pick_up (op, tmp); 1188 pick_up (op, tmp);
1189 continue; 1189 continue;
1190 } 1190 }
1191 1191
1192 if (op->contr->mode & PU_READABLES) 1192 if (op->contr->mode & PU_READABLES)
1193 if (tmp->type == BOOK || tmp->type == SCROLL) 1193 if (tmp->type == BOOK || tmp->type == SCROLL || tmp->type == INSCRIBABLE)
1194 { 1194 {
1195 pick_up (op, tmp); 1195 pick_up (op, tmp);
1196 continue; 1196 continue;
1197 } 1197 }
1198 1198

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines