Make Death revive faster

Death will revive faster than the other riders.
Make all the riders revive after 67 turns, instead of 500.
There was practically a zero chance a rider would revive at 500,
so keep it somewhat sensible.
This commit is contained in:
Pasi Kallinen
2020-12-13 12:28:42 +02:00
parent 02ba5e4811
commit 4729062846
4 changed files with 21 additions and 11 deletions

View File

@@ -1415,6 +1415,7 @@ E struct obj *FDECL(mk_named_object,
(int, struct permonst *, int, int, const char *));
E struct obj *FDECL(rnd_treefruit_at, (int, int));
E void FDECL(set_corpsenm, (struct obj *, int));
E long FDECL(rider_revival_time, (struct obj *, BOOLEAN_P));
E void FDECL(start_corpse_timeout, (struct obj *));
E void FDECL(bless, (struct obj *));
E void FDECL(unbless, (struct obj *));