| 55 | staticfn boolean create_particular_creation(struct _create_particular_data *); |
| 56 | |
| 57 | staticfn boolean |
| 58 | learnscrolltyp(short scrolltyp) |
| 59 | { |
| 60 | if (!objects[scrolltyp].oc_name_known) { |
| 61 | makeknown(scrolltyp); |
| 62 | more_experienced(0, 10); |
| 63 | return TRUE; |
| 64 | } else |
| 65 | return FALSE; |
| 66 | } |
| 67 | |
| 68 | /* also called from teleport.c for scroll of teleportation */ |
| 69 | void |
no test coverage detected