HealthPickups are now based on a percentage of player maxhealth. You can no longer pickup healthpacks if you are at max health. You can no longer gain more than maxHealth.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
class HealthSystem : public PureSystem
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user