X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;fp=qcsrc%2Fserver%2Fdefs.qh;h=3f561a193cb01ca0c3f9ab5186d703a8c00d0e5c;hp=7a268e31c573bd2fbf8fde5e00b4f5d206bbdc16;hb=67410278136b3bf6c5437027ab2f39d0da49753c;hpb=0071121b663dc3d841a2c28d27c1015899f0f402 diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index 7a268e31c5..3f561a193c 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -327,6 +327,9 @@ float client_cefc_accumulatortime; .float vortex_charge = _STAT(VORTEX_CHARGE); .float vortex_charge_rottime; .float vortex_chargepool_ammo = _STAT(VORTEX_CHARGEPOOL); +.float okvortex_charge = _STAT(OVERKILL_VORTEX_CHARGE); +.float okvortex_charge_rottime; +.float okvortex_chargepool_ammo = _STAT(OVERKILL_VORTEX_CHARGEPOOL); .float hagar_load = _STAT(HAGAR_LOAD); .int grab; // 0 = can't grab, 1 = owner can grab, 2 = owner and team mates can grab, 3 = anyone can grab