X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fgamemode_invasion.qh;h=3438f472413b73901bce8028124a07f62a399515;hb=ed1fe44d740ada0563b17cd3c2ddb06364c1877e;hp=3d10814b49f8bbddb13e235476955ec42cd3f9e1;hpb=b76a556f30fc244576c98a30b305477e36db2db8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/gamemode_invasion.qh b/qcsrc/server/mutators/gamemode_invasion.qh index 3d10814b4..3438f4724 100644 --- a/qcsrc/server/mutators/gamemode_invasion.qh +++ b/qcsrc/server/mutators/gamemode_invasion.qh @@ -1,7 +1,9 @@ -float numspawned; -float maxspawned; -float roundcnt; -float maxrounds; -float numkilled; -float last_check; -float maxcurrent; +float inv_numspawned; +float inv_maxspawned; +float inv_roundcnt; +float inv_maxrounds; +float inv_numkilled; +float inv_lastcheck; +float inv_maxcurrent; + +float inv_monsterskill;