Fixed spider speed

This commit is contained in:
Rob Pearce 2009-03-20 07:11:10 +00:00
parent 3a3c76de87
commit c4a2ec0569
2 changed files with 8 additions and 4 deletions

View File

@ -1,12 +1,16 @@
bgfile kitchen2.png
bg 0
hurryup 10
hurryup 30
help
endhelp
monsters
0 17 15
134 18 15
172 17 28
171 5 7
172 5 11
158 32 20
1 29 6
7 34 14
endmonsters
exitdir 1
4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,

4
rc.c
View File

@ -6913,8 +6913,8 @@ double getspeed(sprite_t *s ) {
else speed = 1.5;
}
} else if (id == P_SPIDER) {
if (s->angry) speed = 2.5;
else speed = 2.5;
if (s->angry) speed = 2;
else speed = 1.5;
} else if (id == P_MOTH) {
if (s->angry) speed = 3;
else speed = 2.5;