Kaleb Haslam
Kaleb Haslam
Days, months, years, etc. Also a 24hr clock (or 12 hour- change in settings). Not real time. 1 minute =1 second maybe? Harder enemies come out at night, but are...
Not sure how exactly to implement this. Some options I can think of: - Randomly appears - Needs to unlock in store using either XP or coins - New tip...
For example, Ach.checkLearning(): ``` for (int i = 0; i < Weapon.arrayWeapon.size(); i++) { if (!Weapon.arrayWeapon.get(i).viewedAbout()) return; } for (int i = 0; i < Enemy.arrayEnemy.size(); i++) { if (!Enemy.arrayEnemy.get(i).viewedAbout())...
Just use an enum.
The player should be able to purchase, or find (Currently, finding weapons isn't implemented) more than one of each weapon. (Or body-armor type). With that, player should also be able...