mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-08 23:20:12 +00:00
Hunting Dogs are now slower in coop Shmup
This commit is contained in:
parent
7f974c8e4a
commit
5710c665da
@ -2310,7 +2310,7 @@ void moveMonster(monster *m, int delta) {
|
|||||||
else if(m->type == moEagle)
|
else if(m->type == moEagle)
|
||||||
step *= 1.6;
|
step *= 1.6;
|
||||||
else if(m->type == moHunterDog)
|
else if(m->type == moHunterDog)
|
||||||
step *= 1.5;
|
step *= (1 + .5 / numplayers());
|
||||||
else if(m->type == moLancer)
|
else if(m->type == moLancer)
|
||||||
step *= 1.25;
|
step *= 1.25;
|
||||||
else if(isDemon(m->type)) {
|
else if(isDemon(m->type)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user