Set SSpiky max drop height to the same value as Spiky, making their behavior consistent
authorLMH <lmh.0013@gmail.com>
Sat, 15 Jun 2013 19:06:19 +0000 (09:06 -1000)
committerLMH <lmh.0013@gmail.com>
Sat, 15 Jun 2013 19:06:19 +0000 (09:06 -1000)
src/badguy/sspiky.cpp

index 8bef200..a386184 100644 (file)
@@ -26,7 +26,7 @@ SSpiky::SSpiky(const Reader& reader)
   : WalkingBadguy(reader, "images/creatures/spiky/sleepingspiky.sprite", "left", "right"), state(SSPIKY_SLEEPING)
 {
   walk_speed = WALKSPEED;
-  max_drop_height = -1;
+  max_drop_height = 600;
 }
 
 void