44 FOREACH(Items, it.instanceOfPowerup && it.netname !=
"extralife",
73 me.TD(me, 1, (4 - 0.2) / 3, e =
makeXonoticRadioButton(2,
"g_powerups_drop_ondeath",
"1", _(
"Timer continues")));
74 me.TD(me, 1, (4 - 0.2) / 3, e =
makeXonoticRadioButton(2,
"g_powerups_drop_ondeath",
"2", _(
"Timer pauses")));
85 me.TD(me, 1, 4, e =
makeXonoticCheckBox(0,
"g_buffs_replace_powerups", _(
"Replace powerups with buffs")));
entity makeXonoticTextLabel(float theAlign, string theText)