From 48bad2ca76a5ec46ebd8c363f2c5a0cfc08f06ba Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Mon, 27 Mar 2017 08:33:49 -0400 Subject: update castles, boost_cart, and moreores. --- boost_cart/cart_entity.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'boost_cart') diff --git a/boost_cart/cart_entity.lua b/boost_cart/cart_entity.lua index 32ebe5f..07a7d69 100644 --- a/boost_cart/cart_entity.lua +++ b/boost_cart/cart_entity.lua @@ -238,7 +238,6 @@ function cart_entity:on_step(dtime) pos = vector.round(pos) update.pos = true update.vel = true - mod_found = true end if acc == nil then -- Meta speed modifier @@ -266,11 +265,7 @@ function cart_entity:on_step(dtime) end -- Slow down or speed up, depending on Y direction - if acc then - acc = acc + dir.y * -2.5 - else - acc = 0 - end + acc = acc + dir.y * -2 if self.old_dir.y ~= 1 and not self.punched then -- Stop the cart swing between two rail parts (handbrake) -- cgit v1.2.3