From bd12de76d95361f59d148ebfa97df5d49fc6ddd4 Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Mon, 14 Feb 2022 17:06:56 -0800 Subject: implemented wall boss, also FUCK!!! trying to reduce tokens!!!!!! --- update.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.lua') diff --git a/update.lua b/update.lua index 042b7a3..5af959c 100644 --- a/update.lua +++ b/update.lua @@ -39,6 +39,6 @@ if not doshake then shake = 0 end --add another player if they fire --- if btn(4, 1) and playercount == 0 then +-- if btn(4, 1) and #players == 1 then -- addplayer(32, 34) -- end \ No newline at end of file -- cgit