set g_telefrags_avoid 0\r
set g_teleport_maxspeed 0 "maximum speed that a player can keep when going through a teleporter (if a misc_teleporter_dest also has a cap the smallest one of these will be used), 0 = don't limit, -1 = keep no speed"\r
\r
+set sv_gibhealth 75 "Minus health a dead body must have in order to get gibbed"\r
+\r
// fragmessage: This allows extra information to be displayed with the frag centerprints. \r
set sv_fragmessage_information_ping 0 "Enable ping display information, 0 = Never display; 1 = Always display (If the player is a bot, it will say bot instead of the ping.)"\r
set sv_fragmessage_information_handicap 1 "Enable handicap display information, 0 = Never display; 1 = Only when the player has handicap on; 2 = Always display (Displays Off if off)"\r
self.dmg_take = self.dmg_take + take;//max(take - 10, 0);\r
self.dmg_inflictor = inflictor;\r
\r
- if (self.health <= -75 && self.modelindex != 0)\r
+ if (self.health <= -cvar("sv_gibhealth") && self.modelindex != 0)\r
{\r
// don't use any animations as a gib\r
self.frame = 0;\r