X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fgamemode_invasion.qh;h=04492d4a345824652998afe8d413af6ea9e42082;hb=13a42acaac2ee6b7f0494b0a02cefc1e270d9727;hp=41ccfb3c74abd3407224e70fff44c4b763547725;hpb=d859787597d7c20ed2770312b6b204fede6bbb53;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/gamemode_invasion.qh b/qcsrc/server/mutators/gamemode_invasion.qh index 41ccfb3c7..04492d4a3 100644 --- a/qcsrc/server/mutators/gamemode_invasion.qh +++ b/qcsrc/server/mutators/gamemode_invasion.qh @@ -1,9 +1,14 @@ -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 invasion_monsterskill; +float invasion_teams; +float inv_monsters_perteam[17]; + +float inv_monsterskill; + +#define ST_INV_KILLS 1