Skip to content

Commit

Permalink
gib
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-onion committed Nov 30, 2024
1 parent 0978056 commit 4627715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/conflict.dm
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
// Note that NEIGHBORS_CARDINAL | NEIGHBORS_ORDINALS gives you all 8 surrounding neighbors

/// how much it takes to gib a mob
#define EXPLOSION_THRESHOLD_GIB 200 // maybe should change it to 300?
#define EXPLOSION_THRESHOLD_GIB 20 // maybe should change it to 300?
/// prone mobs receive less damage from explosions
#define EXPLOSION_PRONE_MULTIPLIER 0.5

Expand Down

0 comments on commit 4627715

Please sign in to comment.