diff --git a/utilities.lua b/utilities.lua index 67d8b74..a57ca25 100755 --- a/utilities.lua +++ b/utilities.lua @@ -156,7 +156,7 @@ function ap_airship.attach_pax(self, player, slot) --now yes, lets attach the player --randomize the seat - local t = {1,2,3,4,5} + local t = {1,2,3,4,5,6,7,8,9,10,11,12} for i = 1, #t*2 do local a = math.random(#t) local b = math.random(#t)