]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/mutators/gamemode_lms.qh
Merge branch 'master' into divVerent/4team_ctf
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_lms.qh
1 // scoreboard stuff
2 #define SP_LMS_LIVES 4
3 #define SP_LMS_RANK 5
4
5 // lives related defs
6 float lms_lowest_lives;
7 float lms_next_place;
8 float LMS_NewPlayerLives();