Initial attempt at boars added. Needs work, lots of work.

This commit is contained in:
Storm Dragon
2026-01-21 07:53:03 -05:00
parent 5c25ba9a19
commit bcc0c7db01
9 changed files with 399 additions and 60 deletions
-3
View File
@@ -2,9 +2,6 @@
// Safe fall height is 10 feet or less
// Each foot above 10 has a chance to deal 0-4 damage
// This means falling from great heights is VERY dangerous but not guaranteed fatal
const int SAFE_FALL_HEIGHT = 10;
const int FALL_DAMAGE_MIN = 0;
const int FALL_DAMAGE_MAX = 4;
void apply_falling_damage(int fall_height) {
// Always play the hit ground sound