Fix explosion threshold

merge-requests/2/head
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.
*/
#define SFG_BARREL_EXPLOSION_DAMAGE_THRESHOLD 11
#define SFG_BARREL_EXPLOSION_DAMAGE_THRESHOLD 3
/**
Maximum player health.