guardian angel

Move the guardian angel creation and removal code to minion.c.
This commit is contained in:
nethack.rankin
2005-11-02 05:49:18 +00:00
parent fa708fe73b
commit 3389c02126
4 changed files with 90 additions and 68 deletions

View File

@@ -1033,6 +1033,8 @@ E int FDECL(dlord, (ALIGNTYP_P));
E int NDECL(llord);
E int FDECL(ndemon, (ALIGNTYP_P));
E int NDECL(lminion);
E void FDECL(lose_guardian_angel, (struct monst *));
E void NDECL(gain_guardian_angel);
/* ### mklev.c ### */