function InitBlizzard takes nothing returns nothing
// Set up the Neutral Victim player slot, to torture the abandoned units
// of defeated players. Since some triggers expect this player slot to
// exist, this is performed for all maps.
call ConfigureNeutralVictim()
....
endfunction