Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
impaktor committed Jan 15, 2014
1 parent 7ea779a commit cbc39ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/libs/SpaceStation.lua
Expand Up @@ -194,7 +194,7 @@ local function updateShipsOnSale (station)
local toAdd, toRemove = 0, 0
if #shipsOnSale == 0 then
toAdd = Engine.rand:Integer(20)
elseif Engine.rand:Integer(2) > 0 then
elseif Engine.rand:Integer(1) > 0 then
toAdd = 1
elseif #shipsOnSale > 0 then
toRemove = 1
Expand Down

0 comments on commit cbc39ab

Please sign in to comment.