@@ -2310,7 +2310,7 @@ void moveMonster(monster *m, int delta) {
elseif(m->type==moEagle)
step*=1.6;
elseif(m->type==moHunterDog)
step*=1.5;
step*=(1+.5/numplayers());
elseif(m->type==moLancer)
step*=1.25;
elseif(isDemon(m->type)){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.