mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 12:49:03 -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.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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user