Fix Inversion A2N

This commit is contained in:
Rin 2021-08-22 07:35:54 +01:00
parent bff53b6fd5
commit 99665f23e7

View File

@ -6,8 +6,8 @@ InversionGame.name = "Inversion A2N"
InversionGame.hash = "InversionA2N"
InversionGame.tagline = "What if the active piece was invisible?"
function InversionGame:new()
SurvivalA2Game:new()
function InversionGame:new(_, c)
SurvivalA2Game:new(_, c)
self.piece_active_time = 0
end