Added default hiscore file to SVN.
This commit is contained in:
parent
b8d1237522
commit
b8bc4af6f0
Binary file not shown.
BIN
data/hiscores.db
BIN
data/hiscores.db
Binary file not shown.
Binary file not shown.
5
rc.c
5
rc.c
|
@ -15068,9 +15068,10 @@ void selectspell(sprite_t *s) {
|
|||
s->timer2 = KC_SPELLCASTTIME;
|
||||
s->timer4 = 0; // for spell effects
|
||||
|
||||
if (s->timer5 >= 2) {
|
||||
if (s->timer5 >= 3) {
|
||||
s->timer3 = SPL_TELEPORT;
|
||||
} else if (countmonsters(ALL) <= 2) {
|
||||
s->timer5 = 0;
|
||||
} else if (countmonsters(ALL) <= 3) {
|
||||
// if there aren't anough monsters, summon
|
||||
// some more.
|
||||
s->timer3 = SPL_SUMMON;
|
||||
|
|
Loading…
Reference in New Issue