Skip to content

Non-ring projectiles grant rings to teammates | Elemental fire does not deal damage in non-friendly non-ringslinger modes

Elemental fire correctly deals damage in ringslinger game modes, but does not do so in competitive game modes if ringslinger is off.

Non-ring projectiles incorrectly grant rings to teammates in competitive game modes, regardless of ringslinger rule status.

srb20240

srb20239

srb20244

srb20243

Rule settings used:

G_AddGametype({
    name = "Ringslinger Versus",
    identifier = "test1",
    typeoflevel = TOL_RACE,
    rules = GTR_RINGSLINGER|GTR_TEAMS|GTR_SPECTATORS,
    rankingtype = GT_MATCH,
	intermissiontype = int_teammatch,
	defaultpointlimit = 0,
	defaulttimelimit = 0,
    headerleftcolor = 56,
    headerrightcolor = 56,
    description = 'The game correctly applies fire trail damage to enemy players here.'
})
G_AddGametype({
    name = "No Ringslinger Versus",
    identifier = "test2",
    typeoflevel = TOL_RACE,
    rules = GTR_TEAMS|GTR_SPECTATORS,
    rankingtype = GT_MATCH,
	intermissiontype = int_teammatch,
	defaultpointlimit = 0,
	defaulttimelimit = 0,
    headerleftcolor = 56,
    headerrightcolor = 56,
    description = 'The game incorrectly does not apply fire trail damage to enemy players here.'
})
Edited by Claire Ellis