private static void SetAffectedByFire(Creep creep)
 {
     StateChanger.MakeCreepBurn(creep);
     StateChanger.MakeCreepMelt(creep);
 }