]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/gamemodes/gamemode/survival/survival.qh
Change the shortname of survival from surv to sv to better match other gamemodes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / survival / survival.qh
1 #pragma once
2
3 // shared state signalling the player's survival status
4 .int survival_status;
5 const int SV_STATUS_PREY = 1;
6 const int SV_STATUS_HUNTER = 2;
7
8 // hardcoded player colors for survival
9 const int SV_COLOR_PREY = 51; // green
10 const int SV_COLOR_HUNTER = 68; // red