From 5bfa4bdc01f19c019e5a8b8e0ac10511d3beaef3 Mon Sep 17 00:00:00 2001 From: Chris Bradley <1029chris@gmail.com> Date: Sat, 19 Feb 2022 16:29:52 -0800 Subject: Could you spare 6 tokens?? ALMOST DONE!!!!!!!!!! JUST NEED A COUPLE MORE TOKEEEEENSSS!!!!!!!!!!!!!!!!!!!!!!! --- players.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'players.lua') diff --git a/players.lua b/players.lua index d87340c..0fcf2e7 100644 --- a/players.lua +++ b/players.lua @@ -104,7 +104,7 @@ function addplayer(x, y, sprite, bulletsprite) end player.particlecooldown = 0.1 end - if player.health < 2 then + if player.health == 1 then damagesmoke(player) end -- cgit