]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/mutators/gamemode_lms.qh
Merge remote-tracking branch 'origin/master' into samual/update_effects_tab
[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();
9
10 // camp check
11 .float lms_nextcheck;
12 .float lms_traveled_distance;