More unpolyable unifying

... and fix the potion dipping case.
This commit is contained in:
Pasi Kallinen
2020-11-17 18:00:40 +02:00
parent 03d1eed0b5
commit e100d1a137
3 changed files with 13 additions and 6 deletions

View File

@@ -3154,6 +3154,7 @@ E int FDECL(unturn_dead, (struct monst *));
E void NDECL(unturn_you);
E void FDECL(cancel_item, (struct obj *));
E boolean FDECL(drain_item, (struct obj *, BOOLEAN_P));
E boolean FDECL(obj_unpolyable, (struct obj *));
E struct obj *FDECL(poly_obj, (struct obj *, int));
E boolean FDECL(obj_resists, (struct obj *, int, int));
E boolean FDECL(obj_shudders, (struct obj *));