]> git.sesse.net Git - ultimatescore/blobdiff - nageru/ultimate.lua
Update the rosters for the new NM2018 sheet.
[ultimatescore] / nageru / ultimate.lua
index a061fb0273ce6a2a2d48b5c0044db1cac1afbee9..bafd8189b96818f9e33c29e0fd4919bf5928f9fa 100644 (file)
@@ -1,4 +1,4 @@
--- Nageru theme for TFK mini-tournament 2017, based on the default theme.
+-- Nageru theme for ultimate productions, based on the default theme.
 
 local transition_start = -2.0
 local transition_end = -1.0
@@ -455,6 +455,9 @@ function channel_involved_in(channel, signal_num)
        if is_plain_signal(signal_num) then
                return channel == (signal_num + 2)
        end
+       if signal_num == SBS_SIGNAL_NUM then
+               return is_sbs_participating_signal(channel - 2)
+       end
        if signal_num == STATIC_SIGNAL_NUM then
                return (channel == NUM_CAMERAS)
        end