From fcd88f958ec9570e11fe1f8aed08cb290696e281 Mon Sep 17 00:00:00 2001 From: LMH Date: Sat, 15 Jun 2013 09:06:19 -1000 Subject: [PATCH] Set SSpiky max drop height to the same value as Spiky, making their behavior consistent --- src/badguy/sspiky.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/badguy/sspiky.cpp b/src/badguy/sspiky.cpp index 8bef20056..a386184df 100644 --- a/src/badguy/sspiky.cpp +++ b/src/badguy/sspiky.cpp @@ -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 -- 2.11.0