Final update

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-01-06 16:20:55 +07:00
parent 869135a10c
commit 766b32b1b4
8 changed files with 24 additions and 14 deletions

View File

@@ -997,6 +997,13 @@ do-- function resetGameData(args)
local function task_showMods() -- TODO
coroutine.yield()
local counter=0
do
SFX.play('collect',.2)
TEXT.show(GAME.modApplyAt,640,26,45,'spin')
for _=1,90 do coroutine.yield() end
end
for number,sel in next,GAME.mod do
if sel>0 then
if counter==0 then