remove explode gib threshold

This commit is contained in:
datlo
2021-02-10 11:37:58 +01:00
parent 8d08592adc
commit be3e07889a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -122,7 +122,6 @@
#define EXPLODE_DEVASTATE 1
#define EXPLODE_HEAVY 2
#define EXPLODE_LIGHT 3
#define EXPLODE_GIB_THRESHOLD 50 //How much bomb armor you need to resist gibbing from max severity boom
#define EMP_HEAVY 1
#define EMP_LIGHT 2
@@ -209,7 +209,7 @@
switch(severity)
if(EXPLODE_DEVASTATE)
if(bomb_armor < EXPLODE_GIB_THRESHOLD)
if(!bomb_armor)
gib()
return
else