@@ -174,11 +174,11 @@ public class Terminator2 : Wpc
174174 new GamelogicEngineLamp ( "87" ) { Description = "Top Lane Center" } ,
175175 new GamelogicEngineLamp ( "88" ) { Description = "Top Lane Right" } ,
176176
177- new GamelogicEngineLamp ( "0" ) { Description = "GI: Top Insert" , Source = LampSource . GI } ,
178- new GamelogicEngineLamp ( "1" ) { Description = "GI: Bottom Insert" , Source = LampSource . GI } ,
179- new GamelogicEngineLamp ( "2" ) { Description = "GI: Right Playfield" , Source = LampSource . GI } ,
180- new GamelogicEngineLamp ( "3" ) { Description = "GI: CPU String" , Source = LampSource . GI } ,
181- new GamelogicEngineLamp ( "4" ) { Description = "GI: Left Playfield" , Source = LampSource . GI } ,
177+ new GamelogicEngineLamp ( "0" ) { Description = "GI: Top Insert" , Source = LampSource . GI , FadingSteps = 8 } ,
178+ new GamelogicEngineLamp ( "1" ) { Description = "GI: Bottom Insert" , Source = LampSource . GI , FadingSteps = 8 } ,
179+ new GamelogicEngineLamp ( "2" ) { Description = "GI: Right Playfield" , Source = LampSource . GI , FadingSteps = 8 } ,
180+ new GamelogicEngineLamp ( "3" ) { Description = "GI: CPU String" , Source = LampSource . GI , FadingSteps = 8 } ,
181+ new GamelogicEngineLamp ( "4" ) { Description = "GI: Left Playfield" , Source = LampSource . GI , FadingSteps = 8 } ,
182182 } ;
183183
184184 protected override GamelogicEngineCoil [ ] GameCoils { get ; } = {
0 commit comments