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 --- waves.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waves.lua') diff --git a/waves.lua b/waves.lua index 0676054..4daf657 100644 --- a/waves.lua +++ b/waves.lua @@ -1,5 +1,5 @@ wave = {} --store wave functions here -currentwave = 19 --THIS IS THE CURRENT WAVE, SHOLD BE 1 UNLESS TESTING SOMETHING +currentwave = 1 --THIS IS THE CURRENT WAVE, SHOLD BE 1 UNLESS TESTING SOMETHING currentwavetime = 0 delaytimer = 0 everysecondtimer = 0 -- cgit