Fix explosion threshold

This commit is contained in:
Miloslav Číž 2020-09-12 12:58:53 +02:00
parent 4a67999c28
commit 0ddc889a69
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
How much damage triggers a barrel explosion. How much damage triggers a barrel explosion.
*/ */
#define SFG_BARREL_EXPLOSION_DAMAGE_THRESHOLD 11 #define SFG_BARREL_EXPLOSION_DAMAGE_THRESHOLD 3
/** /**
Maximum player health. Maximum player health.