]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/mutators/gamemode_lms.qh
195c4aac3f9174e74eef5c4347a344a1818293f6
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_lms.qh
1 // scoreboard stuff
2 const float SP_LMS_LIVES = 4;
3 const float SP_LMS_RANK = 5;
4
5 // lives related defs
6 float lms_lowest_lives;
7 float lms_next_place;
8 float LMS_NewPlayerLives();