summaryrefslogtreecommitdiffhomepage
path: root/not/Player.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/Player.lua')
-rw-r--r--not/Player.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/not/Player.lua b/not/Player.lua
index 5da4f5f..ac5d6aa 100644
--- a/not/Player.lua
+++ b/not/Player.lua
@@ -42,8 +42,6 @@ end
-- @param key parent key of control
function Player:controlpressed (set, action, key)
if set ~= self:getControllerSet() then return end
- self.smoke = false -- TODO: temporary
-
if action == "attack" and self.punchCooldown <= 0 then
local f = self.facing
if self:isControlDown("up") then