yoel123 / java-text-based-space-station-manger-sim

space station management/tycoon/trader game. made for fun and practice.
6 stars 8 forks source link

cargo limit upgrade #14

Open yoel123 opened 4 years ago

yoel123 commented 4 years ago

if your a beginner do this one it's super easy.

add "large cargo" to databases(db/upgrades_db.java) and on pass turn or somewhere else, check if the upgrade exists, if it does change cargo limit (in player "cargo_limit" att)to 2000 .

I put this as something anyone can code (don't worry if you think it clusters pass turn I can always refactor it later).

yoel123 commented 4 years ago

@cShirley14 assigned to you.