aboutsummaryrefslogtreecommitdiff
path: root/update.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2022-02-14 17:06:56 -0800
committer1029chris <1029chris@gmail.com>2022-02-14 17:06:56 -0800
commitbd12de76d95361f59d148ebfa97df5d49fc6ddd4 (patch)
treede8dcc3b3e00fa13f102691dc61bf82290bf04ed /update.lua
parent2de3f16585df153dd249cebf44d0455c611a553d (diff)
implemented wall boss, also FUCK!!! trying to reduce tokens!!!!!!
Diffstat (limited to 'update.lua')
-rw-r--r--update.lua2
1 files changed, 1 insertions, 1 deletions
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