From 395ffd247492b0708b6290824ae61af8fccc1869 Mon Sep 17 00:00:00 2001 From: Chris Bradley <1029chris@gmail.com> Date: Sat, 19 Feb 2022 16:56:48 -0800 Subject: Tokens aquired! final boss is indeed cool and epic --- bullets.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bullets.lua') diff --git a/bullets.lua b/bullets.lua index 2884621..715a1ee 100644 --- a/bullets.lua +++ b/bullets.lua @@ -5,7 +5,7 @@ function addbullet(x, y, velx, vely, good, sprite) } sprite = sprite or 2 - good = good or false + --good = good or false function bullet.draw() spr(sprite, x, y) -- cgit