mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 18:29:02 -06:00
Fix Inversion A2N
This commit is contained in:
parent
bff53b6fd5
commit
99665f23e7
@ -6,8 +6,8 @@ InversionGame.name = "Inversion A2N"
|
|||||||
InversionGame.hash = "InversionA2N"
|
InversionGame.hash = "InversionA2N"
|
||||||
InversionGame.tagline = "What if the active piece was invisible?"
|
InversionGame.tagline = "What if the active piece was invisible?"
|
||||||
|
|
||||||
function InversionGame:new()
|
function InversionGame:new(_, c)
|
||||||
SurvivalA2Game:new()
|
SurvivalA2Game:new(_, c)
|
||||||
self.piece_active_time = 0
|
self.piece_active_time = 0
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user