Have device blowing up with power working, except for animation.
This commit is contained in:
@ -726,6 +726,11 @@ namespace EduNetworkBuilder
|
||||
{
|
||||
PuzzleCount++;
|
||||
}
|
||||
if(nt.TheTest == NetTestType.DeviceBlowsUpWithPower && !nt.TaskWasDone)
|
||||
{
|
||||
NetworkDevice ND = DeviceFromName(nt.sHost);
|
||||
if (ND != null) ND.PowerOff = true;
|
||||
}
|
||||
}
|
||||
if (report_as_done && PuzzleCount == 0 && PreviouslyUnsolved)
|
||||
{
|
||||
|
Reference in New Issue
Block a user