cursed levitation prayers
Noticed while testing something recently: if you're wearing a non-cursed ring of levitation but can't remove it because of some other cursed item, you'll never get the high priority result of TROUBLE_LEVITATION when praying. This remedies that.
This commit is contained in:
@@ -382,6 +382,7 @@ E void NDECL(find_ac);
|
||||
E void NDECL(glibr);
|
||||
E struct obj *FDECL(some_armor,(struct monst *));
|
||||
E void FDECL(erode_armor, (struct monst *,BOOLEAN_P));
|
||||
E struct obj *FDECL(stuck_ring, (struct obj *,int));
|
||||
E void NDECL(reset_remarm);
|
||||
E int NDECL(doddoremarm);
|
||||
E int FDECL(destroy_arm, (struct obj *));
|
||||
|
||||
Reference in New Issue
Block a user