]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/scores_rules.qc
Cvar the distance by which prey are separated in the stomach. Setting the cvar to...
[voretournament/voretournament.git] / data / qcsrc / server / scores_rules.qc
index d7b1280dc77926fd4adc3fa52444c46e490b0e45..6730b92108561d4db7930630e589afd49e93c029 100644 (file)
@@ -173,4 +173,11 @@ void ScoreRules_assault()
        ScoreInfo_SetLabel_TeamScore(  ST_ASSAULT_OBJECTIVES,    "objectives",      SFL_SORT_PRIO_PRIMARY);\r
        ScoreInfo_SetLabel_PlayerScore(SP_ASSAULT_OBJECTIVES,    "objectives",      SFL_SORT_PRIO_PRIMARY);\r
        ScoreRules_basics_end();\r
+}\r
+\r
+// RPG stuff\r
+void ScoreRules_rpg()\r
+{\r
+       ScoreInfo_SetLabel_PlayerScore(SP_SCORE,     "",      SFL_SORT_PRIO_PRIMARY | SFL_ALLOW_HIDE);\r
+       ScoreRules_basics_end();\r
 }
\ No newline at end of file